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

◆ GetProperties() [2/2]

PropertyDescriptorCollection ICustomTypeDescriptor. Newtonsoft.Json.Linq.JObject.GetProperties ( Attribute[] attributes)
inlineprivate

Implements System.ComponentModel.ICustomTypeDescriptor.

Definition at line 649 of file JObject.cs.

650 {
652 long num = 0L;
653 if (enumerator != null)
654 {
655 }
656 if (num == 0L)
657 {
658 }
659 throw new OutOfMemoryException();
660 }
IEnumerator< KeyValuePair< string, JToken > > GetEnumerator()
Definition JObject.cs:611

References Newtonsoft.Json.Linq.JObject.GetEnumerator(), and System.L.