Beispiel #1
0
 public PRSelectRoot(int numType, bool straight, int staightCount, IPatternValue value)
 {
     NumType       = numType;
     IsStraight    = straight;
     StraightCount = staightCount;
     _value        = value;
 }
 public PRSelectXXXX(int numType, int count, IPatternValue value)
 {
     NumType = numType;
     Count   = count;
     _value  = value;
 }
 public HalfComparer(IPatternValue value)
 {
     _value = value;
 }
 public HalfStraightComparer(IPatternValue value)
 {
     _value = value;
 }
 public FullComparer(IPatternValue value)
 {
     _value = value;
 }
 public FullStraightComparer(IPatternValue value)
 {
     _value = value;
 }