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

◆ MergeContent()

void System.Xml.Xsl.Xslt.AttributeSet.MergeContent ( AttributeSet other)
inline

Definition at line 29 of file AttributeSet.cs.

30 {
31 InsertContent(other.Content);
32 }
void InsertContent(IEnumerable< XslNode > collection)
Definition XslNode.cs:67

References System.Xml.Xsl.Xslt.XslNode.InsertContent(), and System.other.