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

◆ IsNodeSetOrRtf()

static bool System.Xml.Xsl.Runtime.XsltLibrary.IsNodeSetOrRtf ( IList< XPathItem > val)
inlinestaticprivate

Definition at line 392 of file XsltLibrary.cs.

393 {
394 if (val.Count == 1)
395 {
396 return val[0].IsNode;
397 }
398 return true;
399 }

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

Referenced by System.Xml.Xsl.Runtime.XsltLibrary.EqualityOperator(), and System.Xml.Xsl.Runtime.XsltLibrary.RelationalOperator().