Exemple #1
0
 void ITwoTests <Wrapper <T> > .Test2(Wrapper <T> test)
 {
     TestLogger.Log("ImplicitAndExplicit::Test2(" + test + ")");
 }
Exemple #2
0
 public void Test1(Wrapper <T> test)
 {
     TestLogger.Log("ImplicitAndExplicit::Test(" + test + ")");
 }