Remove Method (ResourceStorage)
In This Topic
Removes object from the Objects collection.
Syntax
'Declaration
Public Overridable Sub Remove( _
ByVal As Object _
)
public virtual void Remove(
object
)
Parameters
- value
- The System.Object to remove.
See Also