[]
Get an item with specified key.
public bool TryGetValue(TKey key, out TItem item)
Public Function TryGetValue(key As TKey, ByRef item As TItem) As Boolean
| Type | Name | Description |
|---|---|---|
| TKey | key | The key of the item. |
| TItem | item | The item or default value if not found. |
| Type | Description |
|---|---|
| bool | true if item was found, false otherwise. |