Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IXmlLineInfo.cs
Go to the documentation of this file.
1
namespace
System.Xml
;
2
3
public
interface
IXmlLineInfo
4
{
5
int
LineNumber
{
get
; }
6
7
int
LinePosition
{
get
; }
8
9
bool
HasLineInfo
();
10
}
System.Xml.IXmlLineInfo.LineNumber
int LineNumber
Definition
IXmlLineInfo.cs:5
System.Xml.IXmlLineInfo.HasLineInfo
bool HasLineInfo()
System.Xml.IXmlLineInfo.LinePosition
int LinePosition
Definition
IXmlLineInfo.cs:7
System.Xml.IXmlLineInfo
Definition
IXmlLineInfo.cs:4
System.Xml
Definition
BaseRegionIterator.cs:1
source
System.Private.Xml
System.Xml
IXmlLineInfo.cs
Generated by
1.10.0