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

◆ RefName

XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute.RefName
getset

Definition at line 87 of file XmlSchemaAttribute.cs.

88 {
89 get
90 {
91 return _refName;
92 }
93 set
94 {
95 _refName = ((value == null) ? XmlQualifiedName.Empty : value);
96 }
97 }

Referenced by System.Xml.Schema.XmlSchemaInference.FindAttributeRef().