[]
public bool Remove(string key)
Public Function Remove(key As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | key |
| Type | Description |
|---|---|
| bool |
public bool Remove(KeyValuePair<string, object> item)
Public Function Remove(item As KeyValuePair(Of String, Object)) As Boolean
| Type | Name | Description |
|---|---|---|
| KeyValuePair<string, object> | item |
| Type | Description |
|---|---|
| bool |