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

◆ Annotation

XmlSchemaAnnotation? System.Xml.Schema.XmlSchemaInclude.Annotation
getset

Definition at line 10 of file XmlSchemaInclude.cs.

11 {
12 get
13 {
14 return _annotation;
15 }
16 set
17 {
19 }
20 }