IntCollectionAddRangeUnique Method
Add a range of unique values to the current collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void AddRangeUnique(
IntCollection value
)
Public Sub AddRangeUnique (
value As IntCollection
)
No code example is currently available or this language may not be supported.
Parameters
- value IntCollection
-
Collection of integers containing potentially unique items to add to
the local collection.