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

◆ GetAttribute() [3/4]

override string System.Data.DataTextReader.GetAttribute ( string name)
inline

Definition at line 63 of file DataTextReader.cs.

64 {
65 return _xmlreader.GetAttribute(name);
66 }
readonly XmlReader _xmlreader
string? GetAttribute(string name)

References System.Data.DataTextReader._xmlreader, and System.Xml.XmlReader.GetAttribute().