コード例 #1
0
 public static void testStaticNonGeneric()
 {
     var intV = IntWrapper.identity(3);
 }
コード例 #2
0
 public static int identity(int value)
 {
     return(IntWrapper.identity(value));
 }