Remove Method
Remove(object)
Removes the first occurrence of a specific object from the IList.
Declaration
public void Remove(object value)
Public Sub Remove(value As Object)
Parameters
| Type |
Name |
Description |
| object |
value |
The object to remove from the IList.
|
Implements