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
◆
MergeItem()
override
void
Newtonsoft.Json.Linq.JArray.MergeItem
(
object
content
,
JsonMergeSettings
settings
)
inline
package
Definition at line
241
of file
JArray.cs
.
242
{
243
if
(content ==
null
)
244
{
245
return
;
246
}
247
if
(content !=
null
)
248
{
249
return
;
250
}
251
throw
new
InvalidCastException
();
252
}
System.InvalidCastException
Definition
InvalidCastException.cs:9
Newtonsoft
Json
Linq
JArray
Generated by
1.10.0