Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GetElementsByTagName()
[1/2]
virtual
XmlNodeList
System.Xml.XmlDocument.GetElementsByTagName
(
string
localName
,
string
namespaceURI
)
inline
virtual
Definition at line
1021
of file
XmlDocument.cs
.
1022
{
1023
return
new
XmlElementList(
this
, localName,
namespaceURI
);
1024
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Xml
XmlDocument
Generated by
1.10.0