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

◆ IsStartElement() [2/4]

override bool System.Xml.XmlDictionaryReader.XmlWrappedReader.IsStartElement ( string localName,
string namespaceUri )
inlinevirtual

Reimplemented from System.Xml.XmlReader.

Definition at line 119 of file XmlDictionaryReader.cs.

120 {
121 return _reader.IsStartElement(localName, namespaceUri);
122 }
virtual bool IsStartElement()
Definition XmlReader.cs:760

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