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