Ejemplo n.º 1
0
 private BestIndex(BestIndexKind kind, int best, int ambig1, int ambig2)
 {
     this.Kind       = kind;
     this.Best       = best;
     this.Ambiguous1 = ambig1;
     this.Ambiguous2 = ambig2;
 }
Ejemplo n.º 2
0
 private BestIndex(BestIndexKind kind, int best, int ambig1, int ambig2)
 {
     this.Kind = kind;
     this.Best = best;
     this.Ambiguous1 = ambig1;
     this.Ambiguous2 = ambig2;
 }