IntCollectionAddUnique(Int32) Method

Add an array of int Values to the Collection, but only where each is unique.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public void AddUnique(
	int[] values
)

Parameters

values  Int32
The array of values to Add to the Collection, on the condition that each value is unique.

See Also