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

◆ CopyTo() [1/4]

void ICollection< KeyValuePair< string, JToken > >. Newtonsoft.Json.Linq.JObject.CopyTo ( KeyValuePair< string, JToken >[] array,
int arrayIndex )
inlineprivate

Definition at line 558 of file JObject.cs.

559 {
560 if (array != null)
561 {
562 if (arrayIndex != 0)
563 {
564 }
565 int count = base.Count;
567 return;
568 }
569 }
class f__AnonymousType0<< Count > j__TPar
readonly JPropertyKeyedCollection _properties
Definition JObject.cs:726

References Newtonsoft.Json.Linq.JObject._properties, System.array, System.arrayIndex, System.count, System.Collections.ObjectModel.Collection< T >.GetEnumerator(), and j__TPar.