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

◆ Compare() [1/2]

int System.Xml.XmlTextReaderImpl.DtdDefaultAttributeInfoToNodeDataComparer.Compare ( object x,
object y )
inline

Definition at line 4902 of file XmlTextReaderImpl.cs.

4903 {
4904 while (x != null && y != null && x == null)
4905 {
4906 }
4907 return 1;
4908 }