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

◆ SetXsltContext()

override void MS.Internal.Xml.XPath.NumberFunctions.SetXsltContext ( XsltContext context)
inlinevirtual

Reimplemented from MS.Internal.Xml.XPath.Query.

Definition at line 29 of file NumberFunctions.cs.

30 {
31 if (_arg != null)
32 {
33 _arg.SetXsltContext(context);
34 }
35 }
virtual void SetXsltContext(XsltContext context)
Definition Query.cs:52

References MS.Internal.Xml.XPath.NumberFunctions._arg, and MS.Internal.Xml.XPath.Query.SetXsltContext().