System.Reflection.TypeExtensions.GetConstructor C# (CSharp) Method

GetConstructor() public static method

public static GetConstructor ( this type, System types ) : System.Reflection.ConstructorInfo
type this
types System
return 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; }