예제 #1
0
 public DependentImpl(NotImpl notImpl, int int1)
 {
 }
예제 #2
0
 public static T Not <T>(T x)
 {
     return(NotImpl <T> .Func(x));
 }