GenericTypeParameterBuilder.GetConstructors(BindingFlags) メソッド

定義

不完全なジェネリック型パラメーターではサポートされていません。

public:
 override cli::array <System::Reflection::ConstructorInfo ^> ^ GetConstructors(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.ConstructorInfo[] GetConstructors (System.Reflection.BindingFlags bindingAttr);
[System.Runtime.InteropServices.ComVisible(true)]
public override System.Reflection.ConstructorInfo[] GetConstructors (System.Reflection.BindingFlags bindingAttr);
override this.GetConstructors : System.Reflection.BindingFlags -> System.Reflection.ConstructorInfo[]
[<System.Runtime.InteropServices.ComVisible(true)>]
override this.GetConstructors : System.Reflection.BindingFlags -> System.Reflection.ConstructorInfo[]
Public Overrides Function GetConstructors (bindingAttr As BindingFlags) As ConstructorInfo()

パラメーター

bindingAttr
BindingFlags

サポートされていません。

戻り値

不完全なジェネリック型パラメーターではサポートされていません。

属性

例外

すべての場合。

注釈

このメソッドは、不完全なジェネリック型パラメーターではサポートされていません。 完成したジェネリック型定義から型パラメーターを取得し、取得した型でリフレクションを使用します。

適用対象