internal override Restriction BuildRestriction()
 {
     return(Condition.CreateSizeRestriction(this.rangeLow, this.rangeHigh));
 }