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!

TypeBuilder.UnspecifiedTypeSize

Represents that total size for the type is not specified.

[Visual Basic]
Public Const UnspecifiedTypeSize As Integer
[C#]
public const int UnspecifiedTypeSize;
[C++]
public: const int UnspecifiedTypeSize;
[JScript]
public var UnspecifiedTypeSize : int;

See Also

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