terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ClearItems()

override void Newtonsoft.Json.Linq.JPropertyKeyedCollection.ClearItems ( )
inlineprotectedvirtual

Reimplemented from System.Collections.ObjectModel.Collection< JToken >.

Definition at line 32 of file JPropertyKeyedCollection.cs.

33 {
34 base.ClearItems();
35 if (this._dictionary != null)
36 {
37 return;
38 }
39 }
class f__AnonymousType0<< Count > j__TPar

References Newtonsoft.Json.Linq.JPropertyKeyedCollection._dictionary, and j__TPar.