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

◆ UnhandledAttributes

XmlAttribute? [] System.Xml.Schema.XmlSchemaAnnotation.UnhandledAttributes
getset

Definition at line 31 of file XmlSchemaAnnotation.cs.

32 {
33 get
34 {
35 return _moreAttributes;
36 }
37 set
38 {
40 }
41 }