1 write to _excludeRange
System.Configuration (1)
System\Configuration\LongValidatorAttribute.cs (1)
67
_excludeRange
= value;
2 references to _excludeRange
System.Configuration (2)
System\Configuration\LongValidatorAttribute.cs (2)
31
return new LongValidator(_min, _max,
_excludeRange
);
64
return
_excludeRange
;