Mono Class Library: System.Type Overview | Members

System.Type.GetNestedTypes Overloads

The overloads of GetNestedTypes are listed below. For a list of all members, see the Type Members list.

Public Methods

GetNestedTypes() : Type[]
Returns all the public types nested within the current Type.
abstract
GetNestedTypes(System.Reflection.BindingFlags) : Type[]
Returns an array containing the nested types defined in the type represented by the current instance that match the specified binding constraints.