ITypeImplementationDecorator

Overview

Interface to be implemented by any aspect that wants to influence the implementation of a type.

Location


Required Methods


HandleImplementation

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

 

method HandleImplementation(Services: IServices; aType: ITypeDefinition)

 

void HandleImplementation(IServices Services, ITypeDefinition aType)

 

func HandleImplementation(_ Services: IServices, _ aType: ITypeDefinition)

 

void HandleImplementation(IServices Services, ITypeDefinition aType)

 

Sub HandleImplementation(Services As IServices, aType As ITypeDefinition)

Parameters:

  • Services: services for type resolving
  • aType: type to handle