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

◆ ReplaceWith() [2/2]

void System.Xml.Linq.XNode.ReplaceWith ( params object?[] content)
inlineinherited

Definition at line 411 of file XNode.cs.

412 {
413 ReplaceWith((object?)content);
414 }
void ReplaceWith(object? content)
Definition XNode.cs:387

References System.Xml.Linq.XNode.ReplaceWith().