Returns the MethodToken that represents the token for this constructor.
[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 constructor.
ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace