KeyValue<TKey, TValue>
A key-value pair.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public struct KeyValue<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. |