System.Reflection.TypeExtensions.GetConstructor C# (CSharp) Méthode

GetConstructor() public static méthode

public static GetConstructor ( this type, System types ) : System.Reflection.ConstructorInfo
type this
types System
Résultat System.Reflection.ConstructorInfo
        public static System.Reflection.ConstructorInfo GetConstructor(this System.Type type, System.Type[] types) { throw null; }
        public static System.Reflection.ConstructorInfo[] GetConstructors(this System.Type type) { throw null; }