Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaSubstitutionGroup.cs
Go to the documentation of this file.
3
4namespace System.Xml.Schema;
5
7{
8 private readonly ArrayList _membersList = new ArrayList();
9
11
12 [XmlIgnore]
14
15 [XmlIgnore]
17 {
18 get
19 {
20 return _examplar;
21 }
22 set
23 {
25 }
26 }
27}
static readonly XmlQualifiedName Empty