Example #1
0
 static public bool CouldMaybeReturnInto <T>(this MethodBase item)
 {
     return(item.CouldMaybeReturnInto(typeof(T)));
 }