Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaChoice.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
6{
8
12 [XmlElement("sequence", typeof(XmlSchemaSequence))]
14 public override XmlSchemaObjectCollection Items => _items;
15
16 internal override bool IsEmpty => base.IsEmpty;
17
19 {
21 }
22}
override void SetItems(XmlSchemaObjectCollection newItems)
XmlSchemaObjectCollection _items