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

◆ IsArray()

bool Newtonsoft.Json.Converters.XmlNodeConverter.IsArray ( IXmlNode node)
inlineprivate

Definition at line 111 of file XmlNodeConverter.cs.

112 {
113 if (node != null)
114 {
115 }
116 bool flag;
117 return flag;
118 }