IMethodInterfaceDecorator

Overview

Interface to be implemented by any aspect that wants to influence the interface of a method.

Location


Required Methods


HandleInterface

Called for each property this attribute is applied to. This method is called after all interface sections of all files have been parsed. Members added from within this call will be available from source.

 

method HandleInterface(Services: IServices; aMethod: IMethodDefinition)

 

void HandleInterface(IServices Services, IMethodDefinition aMethod)

 

func HandleInterface(_ Services: IServices, _ aMethod: IMethodDefinition)

 

void HandleInterface(IServices Services, IMethodDefinition aMethod)

 

Sub HandleInterface(Services As IServices, aMethod As IMethodDefinition)

Parameters:

  • Services: services parameter for type resolving
  • aMethod: method to handle