IntCollectionAddUnique(Int32) Method
Add an int Value to the Collection, but only if it is unique.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void AddUnique(
int value
)
Public Sub AddUnique (
value As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- value Int32
-
The Item to Add to the Collection, on the condition that it is unique.