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

GetConstructors() public static method

public static GetConstructors ( this type ) : System.Reflection.ConstructorInfo[]
type this
return System.Reflection.ConstructorInfo[]
        public static System.Reflection.ConstructorInfo[] GetConstructors(this System.Type type) { throw null; }
        public static System.Reflection.ConstructorInfo[] GetConstructors(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetConstructors ( this type, System bindingAttr ) : System.Reflection.ConstructorInfo[]