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

◆ Add() [3/5]

int IList. Newtonsoft.Json.Linq.JContainer.Add ( object value)
inlineprivateinherited

Implements System.Collections.IList.

Definition at line 578 of file JContainer.cs.

579 {
580 JToken jtoken = this.EnsureValue(value);
581 return this.Count;
582 }
class f__AnonymousType0<< Count > j__TPar
JToken EnsureValue(object value)

References Newtonsoft.Json.Linq.JContainer.Count, Newtonsoft.Json.Linq.JContainer.EnsureValue(), and j__TPar.