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

◆ MoveToNextAttribute()

override bool System.Xml.XmlTextReader.MoveToNextAttribute ( )
inline

Definition at line 275 of file XmlTextReader.cs.

276 {
277 return _impl.MoveToNextAttribute();
278 }
readonly XmlTextReaderImpl _impl

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