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!

TypeToken.Empty

The default TypeToken with Token value 0.

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

See Also

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