Example #1
0
 public OneOf(E e) : this()
 {
     __unsafeGetE = e;
     whichOne     = OneOf5.Choice.E;
 }
Example #2
0
 public OneOf(D d) : this()
 {
     __unsafeGetD = d;
     whichOne     = OneOf5.Choice.D;
 }
Example #3
0
 public OneOf(B b) : this()
 {
     __unsafeGetB = b;
     whichOne     = OneOf5.Choice.B;
 }
Example #4
0
 public OneOf(C c) : this()
 {
     __unsafeGetC = c;
     whichOne     = OneOf5.Choice.C;
 }
Example #5
0
 public OneOf(A a) : this()
 {
     __unsafeGetA = a;
     whichOne     = OneOf5.Choice.A;
 }