Udostępnij przez


GenericTypeParameterBuilder.GetConstructors(BindingFlags) Metoda

Definicja

Nieobsługiwane w przypadku niekompletnych parametrów typu ogólnego.

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

Nieobsługiwane.

Zwraca

Nieobsługiwane w przypadku niekompletnych parametrów typu ogólnego.

Atrybuty

Wyjątki

We wszystkich przypadkach.

Uwagi

Ta metoda nie jest obsługiwana w przypadku niekompletnych parametrów typu ogólnego. Pobierz parametr typu z ukończonej definicji typu ogólnego, a następnie użyj odbicia dla pobranego typu.

Dotyczy