NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ConstructorBuilder.GetToken

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;

Return Value

Returns the MethodToken of this constructor.

See Also

ConstructorBuilder Class | ConstructorBuilder Members | System.Reflection.Emit Namespace