Unique Integer Collection(Unique Integer Collection) Constructor
Copy constructor
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
C#
public UniqueIntegerCollection(
UniqueIntegerCollection values
)VB
Public Sub New (
values As UniqueIntegerCollection
)C++
public:
UniqueIntegerCollection(
UniqueIntegerCollection^ values
)F#
new :
values : UniqueIntegerCollection -> UniqueIntegerCollectionParameters
- values UniqueIntegerCollection
- The UniqueIntegerCollection to copy. The range and zero exclusion setting are inherited from the copied collection.