Beispiel #1
0
 public Xor3(TCType objC)
 {
     _obj  = objC;
     _enum = Xor3Enum.C;
 }
Beispiel #2
0
 public Xor3(TAType objA)
 {
     _obj  = objA;
     _enum = Xor3Enum.A;
 }
Beispiel #3
0
 public Xor3(TBType objB)
 {
     _obj  = objB;
     _enum = Xor3Enum.B;
 }
Beispiel #4
0
 public Xor3(IXor3 <TAType, TBType, TCType, TCommon> other)
 {
     _obj  = other.Common;
     _enum = other.Kind;
 }