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

◆ AnyAttribute

XmlSchemaAnyAttribute? System.Xml.Schema.XmlSchemaSimpleContentRestriction.AnyAttribute
getset

Definition at line 62 of file XmlSchemaSimpleContentRestriction.cs.

63 {
64 get
65 {
66 return _anyAttribute;
67 }
68 set
69 {
71 }
72 }

Referenced by System.Xml.Schema.XsdBuilder.AddAttribute().