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!

TypeDelegator.GetElementType

To be supplied

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

Return Value

The Type object representing the type of the elements of the current array.

Exceptions

Exception Type Condition
TypeLoadException if the custom attribute type can not be loaded.

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace