ObjectCollectionAddUnique Method
Add an object to the Collection if it has a unique value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public bool AddUnique(
Object value
)
Public Function AddUnique (
value As Object
) As Boolean
No code example is currently available or this language may not be supported.
- value Object
-
The object to add to the Collection if it is unique.
Boolean
A value indicating whether or not the value was added.