System.Reflection.TypeExtensions.GetConstructor C# (CSharp) 메소드

GetConstructor() 공개 정적인 메소드

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