KVPair<TKey, TValue>
A key-value pair.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public struct KVPair<TKey, TValue> where TKey : unmanaged, IEquatable<TKey> where TValue : unmanaged
Remarks
Used for enumerators.
Properties
Static Properties
Property | Description |
|---|---|
| Null | An invalid KeyValue. |
Methods
Method | Description |
|---|---|
| GetKeyValue | Gets the key and the value. |