Gets the metadata token for the current method.
[Visual Basic] ReadOnly Property Token As SymbolToken [C#] SymbolToken Token {get;} [C++] SymbolToken get_Token() = 0; [JScript] abstract function get Token() : SymbolToken;
The metadata token for the current method.
ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace