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

◆ GetAttribute() [3/5]

override string System.Xml.XmlDictionaryReader.XmlWrappedReader.GetAttribute ( string name,
string namespaceUri )
inline

Definition at line 109 of file XmlDictionaryReader.cs.

110 {
111 return _reader.GetAttribute(name, namespaceUri);
112 }
string? GetAttribute(string name)

References System.Xml.XmlDictionaryReader.XmlWrappedReader._reader, and System.Xml.XmlReader.GetAttribute().