In This Topic
Removes the first occurrence of a specific object from the
System.Collections.IList.
Syntax
'Declaration
Public Overloads Sub Remove( _
ByVal As Object _
)
public void Remove(
object
)
Parameters
- value
- The System.Object to remove from the System.Collections.IList.
See Also