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