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

◆ AddAnnotation()

override void System.Xml.Schema.XmlSchemaAnnotated.AddAnnotation ( XmlSchemaAnnotation annotation)
inlinepackagevirtualinherited

Reimplemented from System.Xml.Schema.XmlSchemaObject.

Definition at line 70 of file XmlSchemaAnnotated.cs.

71 {
72 _annotation = annotation;
73 }

References System.Xml.Schema.XmlSchemaAnnotated._annotation.