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

◆ XsltFunctions

XsltLibrary System.Xml.Xsl.Runtime.XmlQueryRuntime.XsltFunctions
get

Definition at line 51 of file XmlQueryRuntime.cs.

52 {
53 get
54 {
55 if (_xsltLib == null)
56 {
57 _xsltLib = new XsltLibrary(this);
58 }
59 return _xsltLib;
60 }
61 }