Returns the MethodToken that represents the token for this method.
[Visual Basic] Public Function GetToken() As MethodToken [C#] public MethodToken GetToken(); [C++] public: MethodToken GetToken(); [JScript] public function GetToken() : MethodToken;
Returns the MethodToken of this method.
MethodBuilder Class | MethodBuilder Members | System.Reflection.Emit Namespace