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

◆ AnyAttribute

XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl.AnyAttribute
getsetpackage

Definition at line 132 of file SchemaElementDecl.cs.

133 {
134 get
135 {
136 return _anyAttribute;
137 }
138 set
139 {
141 }
142 }