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[];
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.
Type Class | Type Members | System Namespace | Type.GetNestedTypes Overload List