[]
Removes item by id.
public abstract bool Remove(string id)
Public MustOverride Function Remove(id As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | id | Id for the item to remove. |
| Type | Description |
|---|---|
| bool | True if the item has been removed successfully. |