IntCollectionAddUnique(Int32) Method

Add an int Value to the Collection, but only if it is unique.

Definition

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

Parameters

value  Int32
The Item to Add to the Collection, on the condition that it is unique.

See Also