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
}
System.Xml.Xsl.Runtime.XmlQueryRuntime._xsltLib
XsltLibrary _xsltLib
Definition
XmlQueryRuntime.cs:19
System
Xml
Xsl
Runtime
XmlQueryRuntime
Generated by
1.10.0