Example #1
0
 public SelectiveTuple(T2 item2)
 {
     this.Item2     = item2;
     this.Selection = TuplePairSelection.Secondary;
 }
Example #2
0
 public SelectiveTuple(T1 item1)
 {
     this.Item1     = item1;
     this.Selection = TuplePairSelection.Primary;
 }