MethodImplementationDeclaration.GetTokenType Method |
Gets the TokenType of the derived declaration.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public override TokenType GetTokenType()
Return Value
Type: TokenTypeA TokenType.
Implements
IMetadataDeclaration.GetTokenType()
This allows to determines to which metadata table the declaration
belongs.