UniqueIntegerCollection(UniqueIntegerCollection) Constructor
Copy constructor
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public UniqueIntegerCollection(
UniqueIntegerCollection values
)
Public Sub New (
values As UniqueIntegerCollection
)
public:
UniqueIntegerCollection(
UniqueIntegerCollection^ values
)
new :
values : UniqueIntegerCollection -> UniqueIntegerCollection
Parameters
- values UniqueIntegerCollection
- The UniqueIntegerCollection to copy. The range and zero exclusion
setting are inherited from the copied collection.