示例#1
0
        public TargetValidatorParameters()
        {
            Is = new TargetSpecs(this);
            In = new ZoneSpecs(this);

            GetMinCount = delegate { return(MinCount); };
            GetMaxCount = delegate { return(MaxCount); };
        }
public TargetValidatorParameters()
{
    Is = new TargetSpecs(this);
      In = new ZoneSpecs(this);

      GetMinCount = delegate { return MinCount; };
      GetMaxCount = delegate { return MaxCount; };
}