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

◆ AddAnnotation()

override void System.Xml.Schema.XmlSchema.AddAnnotation ( XmlSchemaAnnotation annotation)
inlinepackagevirtual

Reimplemented from System.Xml.Schema.XmlSchemaObject.

Definition at line 634 of file XmlSchema.cs.

635 {
636 _items.Add(annotation);
637 }
XmlSchemaObjectCollection _items
Definition XmlSchema.cs:31

References System.Xml.Schema.XmlSchema._items, and System.Xml.Schema.XmlSchemaObjectCollection.Add().