1 write to _excludeRange
System.Configuration (1)
System\Configuration\IntegerValidatorAttribute.cs (1)
69
_excludeRange
= value;
2 references to _excludeRange
System.Configuration (2)
System\Configuration\IntegerValidatorAttribute.cs (2)
34
return new IntegerValidator(_min, _max,
_excludeRange
);
66
return
_excludeRange
;