TryGetValue(TKey, out TValue)
Returns the value associated with a key.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
TryGetValue(T, T)
public bool TryGetValue(TKey key, out TValue item)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the key was present. |