TypeInfo.GetNestedTypes メソッド

定義

オーバーロード

GetNestedTypes()
GetNestedTypes(BindingFlags)

GetNestedTypes()

public:
 cli::array <Type ^> ^ GetNestedTypes();
public Type[] GetNestedTypes ();
member this.GetNestedTypes : unit -> Type[]
Public Function GetNestedTypes () As Type()

戻り値

Type[]

適用対象

GetNestedTypes(BindingFlags)

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

パラメーター

bindingAttr
BindingFlags

戻り値

Type[]

適用対象