예제 #1
0
 public static ConstructorInfo Constructor(this Type type, params Type[] arguments)
 {
     return(ConstructorInfoCache.ForType(type).Get(arguments));
 }
예제 #2
0
 public static ConstructorInfo[] Constructors(this Type type)
 {
     return(ConstructorInfoCache.ForType(type).Constructors);
 }