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