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

◆ SetContent()

static void System.Xml.Xsl.Xslt.XsltLoader.SetContent ( XslNode node,
List< XslNode > content )
inlinestaticprivate

Definition at line 2338 of file XsltLoader.cs.

2339 {
2340 if (content != null && content.Count == 0)
2341 {
2342 content = null;
2343 }
2344 node.SetContent(content);
2345 }

References System.Collections.Generic.Dictionary< TKey, TValue >.Count.

Referenced by System.Xml.Xsl.Xslt.XsltLoader.LoadSimplifiedStylesheet(), and System.Xml.Xsl.Xslt.XsltLoader.SetInfo().