Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetElementsByTagName()
[1/2]
virtual
XmlNodeList
System.Xml.XmlElement.GetElementsByTagName
(
string
localName
,
string
namespaceURI
)
inline
virtual
Definition at line
410
of file
XmlElement.cs
.
411
{
412
return
new
XmlElementList(
this
, localName,
namespaceURI
);
413
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
XmlElement
Generated by
1.10.0