UniqueIntegerCollection(UniqueIntegerCollection) Constructor

Copy constructor

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public UniqueIntegerCollection(
	UniqueIntegerCollection values
)

Parameters

values  UniqueIntegerCollection
The UniqueIntegerCollection to copy. The range and zero exclusion setting are inherited from the copied collection.

See Also