Ejemplo n.º 1
0
 public PRSelectRoot(int numType, bool straight, int staightCount, IPatternValue value)
 {
     NumType       = numType;
     IsStraight    = straight;
     StraightCount = staightCount;
     _value        = value;
 }
Ejemplo n.º 2
0
 public PRSelectXXXX(int numType, int count, IPatternValue value)
 {
     NumType = numType;
     Count   = count;
     _value  = value;
 }
Ejemplo n.º 3
0
 public HalfComparer(IPatternValue value)
 {
     _value = value;
 }
Ejemplo n.º 4
0
 public HalfStraightComparer(IPatternValue value)
 {
     _value = value;
 }
Ejemplo n.º 5
0
 public FullComparer(IPatternValue value)
 {
     _value = value;
 }
Ejemplo n.º 6
0
 public FullStraightComparer(IPatternValue value)
 {
     _value = value;
 }