UniqueIntegerCollection(IEnumerableInt32) Constructor
Construct a collection from an enumerable list of unique integers without range checking and with
zero allowed.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public UniqueIntegerCollection(
IEnumerable<int> values
)
Public Sub New (
values As IEnumerable(Of Integer)
)
public:
UniqueIntegerCollection(
IEnumerable<int>^ values
)
new :
values : IEnumerable<int> -> UniqueIntegerCollection
Parameters
- values IEnumerableInt32
- The enumerable list of integers