Ejemplo n.º 1
0
 public void SetMultiple(GenericD t4Value, GenericC t3Value)
 {
     PropT4 = t4Value;
     PropT3 = t3Value;
 }
Ejemplo n.º 2
0
 public void Set(GenericD t4Value)
 {
     PropT4 = t4Value;
 }
Ejemplo n.º 3
0
 static public void ConsumeGenericD(GenericD<C> x) { F.ConsumeGenericD(x);  }
Ejemplo n.º 4
0
 public void SetMultiple(GenericD t4Value, GenericC t3Value)
 {
     PropT4 = t4Value;
     PropT3 = t3Value;
 }
Ejemplo n.º 5
0
 public void Set(GenericD t4Value)
 {
     PropT4 = t4Value;
 }
Ejemplo n.º 6
0
 static public void ConsumeGenericD(GenericD <C> x)
 {
 }