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

◆ Annotation

XmlSchemaAnnotation? System.Xml.Schema.XmlSchemaAnnotated.Annotation
getsetinherited

Definition at line 27 of file XmlSchemaAnnotated.cs.

28 {
29 get
30 {
31 return _annotation;
32 }
33 set
34 {
36 }
37 }

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