IntCollectionAddRangeUnique Method

Add a range of unique values to the current collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void AddRangeUnique(
	IntCollection value
)

Parameters

value  IntCollection
Collection of integers containing potentially unique items to add to the local collection.

See Also