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

◆ EnsureNavigator()

static XPathNavigator System.Xml.Xsl.Runtime.XmlQueryRuntime.EnsureNavigator ( object value)
inlinestaticprivate

Definition at line 463 of file XmlQueryRuntime.cs.

464 {
465 if (!(value is XPathNavigator result))
466 {
467 throw new XslTransformException(System.SR.Xslt_ItemNull, string.Empty);
468 }
469 return result;
470 }
static string Xslt_ItemNull
Definition SR.cs:1988
Definition SR.cs:7

References System.value, and System.SR.Xslt_ItemNull.

Referenced by System.Xml.Xsl.Runtime.XmlQueryRuntime.ChangeTypeXsltResult().