IntCollectionAddRangeUnique Method

Add a range of unique values to the current collection.

Definition

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

Parameters

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

See Also