UniqueIntegerCollection(Int32, Int32, Boolean) Constructor

Construct a collection with a range and zero exclusion option

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public UniqueIntegerCollection(
	int min,
	int max,
	bool zeroAllowed
)

Parameters

min  Int32
The minimum value allowed
max  Int32
The maximum value allowed
zeroAllowed  Boolean
Allow zero or not

See Also