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!

Type.EmptyTypes

Represents an empty array of type Type.

[Visual Basic]
Public Shared ReadOnly EmptyTypes() As Type
[C#]
public static readonly Type[] EmptyTypes;
[C++]
public: static readonly Type* EmptyTypes[];
[JScript]
public static var EmptyTypes : Type[];

See Also

Type Class | Type Members | System Namespace