Type.GetNestedTypes Method
.NET Framework 3.0
Gets the types nested within the current Type.
| Name | Description |
|---|---|
| Type.GetNestedTypes () | Returns the public types nested in the current Type. |
| Type.GetNestedTypes (BindingFlags) | When overridden in a derived class, searches for the types nested in the current Type, using the specified binding constraints. Supported by the .NET Compact Framework. |