Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaGroupRef.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
6{
8
10
12
13 [XmlAttribute("ref")]
15 {
16 get
17 {
18 return _refName;
19 }
20 set
21 {
22 _refName = ((value == null) ? XmlQualifiedName.Empty : value);
23 }
24 }
25
26 [XmlIgnore]
28
29 [XmlIgnore]
31 {
32 get
33 {
34 return _refined;
35 }
36 set
37 {
39 }
40 }
41
43 {
45 }
46}
void SetParticle(XmlSchemaGroupBase value)
static readonly XmlQualifiedName Empty