Method Remove
Remove(long)
Remove the entry with the keyId.
Declaration
public bool Remove(long keyId)
Parameters
Type | Name | Description |
---|---|---|
long | keyId |
Returns
Type | Description |
---|---|
bool |
Remove(KeyValuePair<long, TEntry>)
Remove the item from the table if it exists.
Declaration
public bool Remove(KeyValuePair<long, TEntry> item)
Parameters
Type | Name | Description |
---|---|---|
KeyValuePair<long, TEntry> | item |
Returns
Type | Description |
---|---|
bool |