GetKeyValue(out TKey, out TValue)
Gets the key and the value.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
GetKeyValue(T, T)
public bool GetKeyValue(out TKey key, out TValue value)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the key-value pair is valid. |