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

◆ HasLineInfo()

bool IXmlLineInfo. System.Xml.XPath.XNodeNavigator.HasLineInfo ( )
inlineprivate

Implements System.Xml.IXmlLineInfo.

Definition at line 632 of file XNodeNavigator.cs.

633 {
634 return ((IXmlLineInfo)_source)?.HasLineInfo() ?? false;
635 }

References System.Xml.XPath.XNodeNavigator._source.