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.3013.4544
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