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

◆ GetAttribute() [2/4]

override string System.Xml.XmlWrappingReader.GetAttribute ( string name)
inlineinherited

Definition at line 90 of file XmlWrappingReader.cs.

91 {
92 return reader.GetAttribute(name);
93 }
string? GetAttribute(string name)

References System.Xml.XmlReader.GetAttribute(), and System.Xml.XmlWrappingReader.reader.