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