UnitySerializedDictionary.cs declarations
Public API declaration excerpts from ../bitquirky-core/Runtime/Variable/Dictionaries/UnitySerializedDictionary.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-core/Runtime/Variable/Dictionaries/UnitySerializedDictionary.cs
Source file hash: sha256:f4d194e9e6999b5fda60332bad0870462626b8cb67f1d6954407a4046784bda4
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: UnitySerializedDictionary<TKey, TValue>
Section titled “Type: UnitySerializedDictionary<TKey, TValue>”Original lines: 31-61
Declaration hash: sha256:b64f56c88bb4fb906c5a75db420a2a135783d5b49061c70060ad2e7a3b011237
[Serializable]public abstract class UnitySerializedDictionary<TKey, TValue> : Dictionary<TKey, TValue>, ISerializationCallbackReceiver{}