Example #1
0
 public static TypeSelector ThatHaveAConstructorWithArguments <T1>(this TypeSelector types)
 {
     return(types.ThatHaveAConstructorWithArguments(typeof(T1)));
 }