Method RemoveEntry
RemoveEntry(string)
Remove an entry from the table if it exists.
Declaration
public bool RemoveEntry(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The name of the key. |
Returns
| Type | Description |
|---|---|
| bool | True if the entry was found and removed. |
RemoveEntry(long)
Remove an entry from the table if it exists.
Declaration
public virtual bool RemoveEntry(long keyId)
Parameters
| Type | Name | Description |
|---|---|---|
| long | keyId | The key id to remove. |
Returns
| Type | Description |
|---|---|
| bool | True if the entry was found and removed. |