Struct SerializableDictionary<TKey, TValue>.Item
Class that stores the serialized items in this dictionary.
Inherited Members
Namespace: Unity.XR.CoreUtils.Collections
Assembly: solution.dll
Syntax
[Serializable]
public struct SerializableDictionary<TKey, TValue>.Item
Fields
Name | Description |
---|---|
Key | The dictionary item key. |
Value | The dictionary item value. |