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

◆ GetAttribute() [3/3]

override? string System.Xml.XmlTextReader.GetAttribute ( string name)
inline

Definition at line 240 of file XmlTextReader.cs.

241 {
242 return _impl.GetAttribute(name);
243 }
override string GetAttribute(string name)
readonly XmlTextReaderImpl _impl

References System.Xml.XmlTextReader._impl, and System.Xml.XmlTextReaderImpl.GetAttribute().