GenericTypeParameterBuilder.GetConstructors(BindingFlags) Yöntem

Tanım

Tamamlanmamış genel tür parametreleri için desteklenmez.

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

Parametreler

bindingAttr
BindingFlags

Desteklenmez.

Döndürülenler

Tamamlanmamış genel tür parametreleri için desteklenmez.

Öznitelikler

Özel durumlar

Her durumda.

Açıklamalar

Bu yöntem tamamlanmamış genel tür parametreleri için desteklenmez. Tamamlanan genel tür tanımından tür parametresini alın ve alınan tür üzerinde yansımayı kullanın.

Şunlara uygulanır