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 <= 1u)
520 {
521 return _isEmpty;
522 }
523 return false;
524 }
525 }