UniqueIntegerCollection(Int32, Int32, Boolean) Constructor
Construct a collection with a range and zero exclusion option
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public UniqueIntegerCollection(
int min,
int max,
bool zeroAllowed
)
Public Sub New (
min As Integer,
max As Integer,
zeroAllowed As Boolean
)
public:
UniqueIntegerCollection(
int min,
int max,
bool zeroAllowed
)
new :
min : int *
max : int *
zeroAllowed : bool -> UniqueIntegerCollection
Parameters
- min Int32
- The minimum value allowed
- max Int32
- The maximum value allowed
- zeroAllowed Boolean
- Allow zero or not