We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da79104 commit 6200354Copy full SHA for 6200354
1 file changed
Assets/Editor Toolbox/Runtime/Serialization/SerializedDictionary.cs
@@ -122,12 +122,6 @@ public void Clear()
122
indexByKey.Clear();
123
}
124
125
- [Obsolete("Use BuildNativeDictionary instead.")]
126
- public Dictionary<TK, TV> BuiltNativeDictionary()
127
- {
128
- return new Dictionary<TK, TV>(dictionary);
129
- }
130
-
131
public Dictionary<TK, TV> BuildNativeDictionary()
132
{
133
return new Dictionary<TK, TV>(dictionary);
0 commit comments