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!

MethodToken.Empty

The default MethodToken with Token value 0.

[Visual Basic]
Public Shared ReadOnly Empty As MethodToken
[C#]
public static readonly MethodToken Empty;
[C++]
public: static readonly MethodToken Empty;
[JScript]
public static var Empty : MethodToken;

See Also

MethodToken Structure | MethodToken Members | System.Reflection.Emit Namespace