Method TryGetValue
TryGetValue(long, out TEntry)
Find the entry, if it exists in the table.
Declaration
public bool TryGetValue(long keyId, out TEntry value)
Parameters
| Type | Name | Description |
|---|---|---|
| long | keyId | |
| TEntry | value |
Returns
| Type | Description |
|---|---|
| bool | True if the entry was found. |