UniqueIntegerCollectionAddRange Method

Add a range of integers from an enumerable list

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public void AddRange(
	IEnumerable<int> values
)

Parameters

values  IEnumerableInt32
The enumerable list of integers

See Also