Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetEnumerator()
override
IEnumerator
System.Xml.XPathNodeList.GetEnumerator
(
)
inline
Implements
System.Collections.IEnumerable
.
Definition at line
74
of file
XPathNodeList.cs
.
75
{
76
return
new
XmlNodeListEnumerator(
this
);
77
}
System
Xml
XPathNodeList
Generated by
1.10.0