Method Remove
Remove(KeyValuePair<string, object>)
Declaration
public bool Remove(KeyValuePair<string, object> item)
Parameters
| Type | Name | Description |
|---|---|---|
| KeyValuePair<string, object> | item |
Returns
| Type | Description |
|---|---|
| bool |
Implements
Remove(string)
Declaration
public bool Remove(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key |
Returns
| Type | Description |
|---|---|
| bool |