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

◆ MoveToAttribute() [2/3]

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

Definition at line 260 of file XmlTextReader.cs.

261 {
262 return _impl.MoveToAttribute(localName, namespaceURI);
263 }
override bool MoveToAttribute(string name)
readonly XmlTextReaderImpl _impl

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