Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaSimpleType.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
6{
8
13 {
14 get
15 {
16 return _content;
17 }
18 set
19 {
21 }
22 }
23
24 internal override XmlQualifiedName DerivedFrom
25 {
26 get
27 {
28 if (_content == null)
29 {
31 }
33 {
34 return ((XmlSchemaSimpleTypeRestriction)_content).BaseTypeName;
35 }
37 }
38 }
39
49}
virtual XmlSchemaObject Clone()
static readonly XmlQualifiedName Empty