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

◆ IsEmptiable

override bool System.Xml.Schema.AllElementsContentValidator.IsEmptiable
get

Definition at line 15 of file AllElementsContentValidator.cs.

16 {
17 get
18 {
19 if (!base.IsEmptiable)
20 {
21 return _countRequired == 0;
22 }
23 return true;
24 }
25 }

Referenced by System.Xml.Schema.AllElementsContentValidator.CompleteValidation().