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[]

適用於