Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsEmptyElement
override
bool
System.Xml.XmlSqlBinaryReader.IsEmptyElement
get
Definition at line
514
of file
XmlSqlBinaryReader.cs
.
515
{
516
get
517
{
518
ScanState
state
=
_state
;
519
if
((uint)
state
<= 1
u
)
520
{
521
return
_isEmpty
;
522
}
523
return
false
;
524
}
525
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.XmlSqlBinaryReader._isEmpty
bool _isEmpty
Definition
XmlSqlBinaryReader.cs:311
System.Xml.XmlSqlBinaryReader._state
ScanState _state
Definition
XmlSqlBinaryReader.cs:329
System.ExceptionArgument.state
@ state
System
Xml
XmlSqlBinaryReader
Generated by
1.10.0