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

◆ HasLineInfo()

bool System.Xml.XmlDictionaryReader.XmlWrappedReader.HasLineInfo ( )
inline

Implements System.Xml.IXmlLineInfo.

Definition at line 366 of file XmlDictionaryReader.cs.

367 {
368 if (!(_reader is IXmlLineInfo xmlLineInfo))
369 {
370 return false;
371 }
372 return xmlLineInfo.HasLineInfo();
373 }

References System.Xml.XmlDictionaryReader.XmlWrappedReader._reader, and System.Xml.Dictionary.