System::TypeInfo::GetConstructors metode

TypeInfo::GetConstructors() const method

Mengembalikan semua konstruktor publik yang didefinisikan untuk Type saat ini.

ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors() const

Lihat Juga

TypeInfo::GetConstructors(System::Reflection::BindingFlags) const method

mencari konstruktor yang didefinisikan untuk Type saat ini, menggunakan BindingFlags yang ditentukan.

ArrayPtr<SharedPtr<System::Reflection::ConstructorInfo>> System::TypeInfo::GetConstructors(System::Reflection::BindingFlags bindingAttr) const

Lihat Juga