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

◆ CheckOnData()

bool System.Xml.XmlCharacterData.CheckOnData ( string data)
inlinepackageinherited

Definition at line 85 of file XmlCharacterData.cs.

86 {
87 return XmlCharType.Instance.IsOnlyWhitespace(data);
88 }

References System.Xml.XmlCharacterData.data, System.Xml.XmlCharType.Instance, and System.Xml.XmlCharType.IsOnlyWhitespace().