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.GetElementType

Not implemented.

[Visual Basic]
Overrides Public Function GetElementType() As Type
[C#]
public override Type GetElementType();
[C++]
public: override Type* GetElementType();
[JScript]
public override function GetElementType() : Type;

Exceptions

Exception Type Condition
NotSupportedException This method is not supported.

See Also

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