예제 #1
0
 public static int RetConstructedVWithInt()
 {
     return(GenericClass <object, int> .RetV(0));
 }
예제 #2
0
 public static object RetConstructedR0()
 {
     return(GenericClass <object, int> .Ret0(0));
 }
예제 #3
0
 public static object RetConstructedRWithObject()
 {
     return(GenericClass <object, int> .RetR(new object()));
 }
예제 #4
0
 public static object RetConstructedRWithInt()
 {
     return(GenericClass <object, int> .RetR(0));
 }