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

◆ GetAttribute() [1/4]

override string System.Xml.XmlWrappingReader.GetAttribute ( int i)
inlineinherited

Definition at line 100 of file XmlWrappingReader.cs.

101 {
102 return reader.GetAttribute(i);
103 }
string? GetAttribute(string name)

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