TypeBuilder.GetNestedTypes Method
.NET Framework 2.0
Returns the nested types defined by the current TypeBuilder.
| Name | Description |
|---|---|
| TypeBuilder.GetNestedTypes () | Returns the public types nested in the current Type. |
| TypeBuilder.GetNestedTypes (BindingFlags) | Returns the public and non-public nested types that are declared or inherited by this type. |