public static void testStaticNonGeneric()
 {
     var intV = IntWrapper.identity(3);
 }
Ejemplo n.º 2
0
 public static int identity(int value)
 {
     return(IntWrapper.identity(value));
 }