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

◆ HasNodeTypeInNextSiblings()

bool System.Xml.XmlDocument.HasNodeTypeInNextSiblings ( XmlNodeType nt,
XmlNode refNode )
inlineprivate

Definition at line 417 of file XmlDocument.cs.

418 {
419 if (refNode != null)
420 {
421 while (refNode != null)
422 {
423 }
424 }
425 return true;
426 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.