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

◆ GetAttribute() [2/3]

override? string System.Xml.XmlTextReader.GetAttribute ( string localName,
string? namespaceURI )
inline

Definition at line 245 of file XmlTextReader.cs.

246 {
247 return _impl.GetAttribute(localName, namespaceURI);
248 }
override string GetAttribute(string name)
readonly XmlTextReaderImpl _impl

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