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

◆ Add() [3/3]

void System.Xml.Schema.XmlSchemaObjectCollection.Add ( XmlSchemaObjectCollection collToAdd)
inlineprivate

Definition at line 105 of file XmlSchemaObjectCollection.cs.

106 {
107 base.InnerList.InsertRange(0, collToAdd);
108 }

References System.Xml.Dictionary.