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

◆ ToNode() [1/2]

static XPathNavigator System.Xml.Xsl.Runtime.XsltConvert.ToNode ( IList< XPathItem > listItems)
inlinestatic

Definition at line 155 of file XsltConvert.cs.

156 {
157 if (listItems.Count == 1)
158 {
159 return ToNode(listItems[0]);
160 }
161 throw new XslTransformException(System.SR.Xslt_NodeSetNotNode, string.Empty);
162 }
static string Xslt_NodeSetNotNode
Definition SR.cs:1990
Definition SR.cs:7
static XPathNavigator ToNode(XPathItem item)

References System.Collections.Generic.Dictionary< TKey, TValue >.Count, System.Xml.Xsl.Runtime.XsltConvert.ToNode(), and System.SR.Xslt_NodeSetNotNode.