Remove Method (BaseStorage<T,TMappingCollection>)
In This Topic
Removes object from the Objects collection.
Syntax
'Declaration
Public Overrides Sub Remove( _
ByVal As Object _
)
public override void Remove(
object
)
Parameters
- value
- The System.Object to remove.
See Also