Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LinePosition
int System.Xml.XmlDictionaryReader.XmlWrappedReader.LinePosition
get
Implements
System.Xml.IXmlLineInfo
.
Definition at line
75
of file
XmlDictionaryReader.cs
.
76
{
77
get
78
{
79
if
(!(
_reader
is
IXmlLineInfo
xmlLineInfo
))
80
{
81
return
1;
82
}
83
return
xmlLineInfo
.LinePosition;
84
}
85
}
System.Xml.XmlDictionaryReader.XmlWrappedReader._reader
readonly XmlReader _reader
Definition
XmlDictionaryReader.cs:13
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System
Xml
XmlDictionaryReader
XmlWrappedReader
Generated by
1.10.0