예제 #1
0
 public static int ExtendedCall(this ITester sample, object item)
 {
     return(sample?.GetValue(item) ?? 0);
 }