Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
LineNumber
int System.Xml.XmlDictionaryReader.XmlWrappedReader.LineNumber
get
Implements
System.Xml.IXmlLineInfo
.
Definition at line
63
of file
XmlDictionaryReader.cs
.
64
{
65
get
66
{
67
if
(!(
_reader
is
IXmlLineInfo
xmlLineInfo
))
68
{
69
return
1;
70
}
71
return
xmlLineInfo
.LineNumber;
72
}
73
}
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