GetConstructor()

TypeInfo::GetConstructor(const ArrayPtr<TypeInfo>&) const method

Searches for a public instance constructor whose parameters match the types in the specified array.

SharedPtr<System::Reflection::ConstructorInfo> System::TypeInfo::GetConstructor(const ArrayPtr<TypeInfo> &types) const

See Also