TypeDelegator.GetNestedTypes(BindingFlags) Method

Definition

Returns the nested types specified in bindingAttr that are declared or inherited by the type wrapped by the current TypeDelegator.

public:
 override cli::array <Type ^> ^ GetNestedTypes(System::Reflection::BindingFlags bindingAttr);
public override Type[] GetNestedTypes (System.Reflection.BindingFlags bindingAttr);
override this.GetNestedTypes : System.Reflection.BindingFlags -> Type[]
Public Overrides Function GetNestedTypes (bindingAttr As BindingFlags) As Type()

Parameters

bindingAttr
BindingFlags

A bitmask that affects the way in which the search is conducted. The value is a combination of zero or more bit flags from BindingFlags.

Returns

Type[]

An array of type Type containing the nested types.

Applies to