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