TryGetValue(TKey, out TItem)
Tries to get the element with the specified key.
Declaration
public bool TryGetValue(TKey key, out TItem item)Parameters
| Type | Name | Description |
|---|---|---|
| TKey | key | The key of the element. |
| TItem | item | The element whose key is |
Returns
| Type | Description |
|---|---|
| bool |
|