Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ debuggerDisplayProxy

object? System.Xml.XPath.XPathNodeIterator.debuggerDisplayProxy
getprivate

Definition at line 81 of file XPathNodeIterator.cs.

82 {
83 get
84 {
85 if (Current != null)
86 {
87 return new XPathNavigator.DebuggerDisplayProxy(Current);
88 }
89 return null;
90 }
91 }