IntCollectionRemove Method
Remove an Item from the Collection by its value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void Remove(
int value
)
Public Sub Remove (
value As Integer
)
No code example is currently available or this language may not be supported.
Parameters
- value Int32
-
Value of the Item to remove.
This method removes the first occurrence of the specified value.