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

◆ s_complexContentSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_complexContentSubelements
staticprivate
Initial value:
= new State[3]
{
State.Annotation,
State.ComplexContentRestriction,
}

Definition at line 213 of file XsdBuilder.cs.

214 {
215 State.Annotation,
216 State.ComplexContentRestriction,
218 };