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.GetNestedTypes ()

Returns all the types nested within the current Type.

[Visual Basic]
Overloads Public Function GetNestedTypes() As Type ()
[C#]
public Type[] GetNestedTypes();
[C++]
public: Type* GetNestedTypes() [];
[JScript]
public function GetNestedTypes() : Type[];

Return Value

An array of Type objects representing all the types nested within the current Type.

-or-An empty array of type Type, if no types are nested within the current Type.

See Also

Type Class | Type Members | System Namespace | Type.GetNestedTypes Overload List