Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
debuggerDisplayProxy
object? System.Xml.XPath.XPathNodeIterator.debuggerDisplayProxy
get
private
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
}
System.Xml.XPath.XPathNodeIterator.Current
XPathNavigator? Current
Definition
XPathNodeIterator.cs:61
System
Xml
XPath
XPathNodeIterator
Generated by
1.10.0