GenericTypeParameterBuilder.GetConstructors(BindingFlags) Metoda

Definice

Nepodporuje se pro neúplné parametry obecného typu.

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

Parametry

bindingAttr
BindingFlags

Nepodporováno

Návraty

Nepodporuje se pro neúplné parametry obecného typu.

Atributy

Výjimky

Ve všech případech

Poznámky

Tato metoda není podporována pro neúplné parametry obecného typu. Načtěte parametr typu z dokončené definice obecného typu a pak použijte reflexi na načtený typ.

Platí pro