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