Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsEmpty

override bool System.Xml.Schema.XmlSchemaSequence.IsEmpty
getpackage

Definition at line 16 of file XmlSchemaSequence.cs.

17 {
18 get
19 {
20 if (!base.IsEmpty)
21 {
22 return _items.Count == 0;
23 }
24 return true;
25 }
26 }