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

◆ s_choiceSequenceSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_choiceSequenceSubelements
staticprivate
Initial value:
= new State[6]
{
State.Annotation,
State.Element,
State.GroupRef,
State.Choice,
State.Sequence,
}

Definition at line 313 of file XsdBuilder.cs.

314 {
315 State.Annotation,
316 State.Element,
317 State.GroupRef,
318 State.Choice,
319 State.Sequence,
321 };