Removes the specified element from the collection.
Syntax
'Declaration
Public Overridable Sub Remove( _
ByVal As Object _
)
'Usage
Dim instance As Elements
Dim e As Object
instance.Remove(e)
public virtual void Remove(
object
)
Parameters
- e
- Element object
See Also