The IncludeExcludeIntRanges Class contains the following constructors:
IncludeExcludeIntRanges(InitRanges Include, IntRanges exclude)
IncludeExcludeIntRanges()
Constructs a new IncludeExcludeIntRanges given an IntRanges object matching the included integers and an IntRanges object matching the excluded integers.
public IncludeExcludeIntRanges(IntRanges include, IntRanges exclude);
include | The integers that are included in the set. |
exclude | The integers that are excluded from the set. |
Constructs an empty IncludeExcludeIntRanges object.
public IncludeExcludeIntRanges();