Unique Integer Collection(IEnumerableInt 32) Constructor
Construct a collection from an enumerable list of unique integers without range checking and with
zero allowed.
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(
IEnumerable<int> values
)VB
Public Sub New (
values As IEnumerable(Of Integer)
)C++
public:
UniqueIntegerCollection(
IEnumerable<int>^ values
)F#
new :
values : IEnumerable<int> -> UniqueIntegerCollectionParameters
- values IEnumerableInt32
- The enumerable list of integers