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

◆ InsertContent()

void System.Xml.Xsl.Xslt.XslNode.InsertContent ( IEnumerable< XslNode > collection)
inlineinherited

Definition at line 67 of file XslNode.cs.

68 {
69 if (_content == null)
70 {
72 }
73 else
74 {
75 _content.InsertRange(0, collection);
76 }
77 }
List< XslNode > _content
Definition XslNode.cs:22

References System.Xml.Xsl.Xslt.XslNode._content, System.collection, and System.Xml.Dictionary.

Referenced by System.Xml.Xsl.Xslt.AttributeSet.MergeContent().