TypeDelegator.GetNestedTypes(BindingFlags) 方法

定義

傳回型別 (由目前的 TypeDelegator 所包裝) 所宣告或繼承指定在 bindingAttr 中的巢狀型別。

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()

參數

bindingAttr
BindingFlags

位元遮罩,會影響搜尋的進行方式。 這個值是零或來自 BindingFlags 多個位元旗標的組合。

傳回

Type[]

Type 型別的陣列,包含巢狀型別。

適用於