Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaInclude.cs
Go to the documentation of this file.
2
3namespace System.Xml.Schema;
4
6{
8
11 {
12 get
13 {
14 return _annotation;
15 }
16 set
17 {
19 }
20 }
21
23 {
25 }
26
27 internal override void AddAnnotation(XmlSchemaAnnotation annotation)
28 {
29 _annotation = annotation;
30 }
31}
override void AddAnnotation(XmlSchemaAnnotation annotation)