Method RemoveKey
RemoveKey(long)
Attempts to remove the key with provided id.
Declaration
public void RemoveKey(long id)
Parameters
Type | Name | Description |
---|---|---|
long | id |
RemoveKey(string)
Attempts to remove the key from this SharedTableData.
Declaration
public void RemoveKey(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key | The key to be removed. |