Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Load()
[8/8]
void
System.Xml.Xsl.XslTransform.Load
(
XPathNavigator
stylesheet
,
XmlResolver
?
resolver
)
inline
Definition at line
79
of file
XslTransform.cs
.
80
{
81
if
(stylesheet ==
null
)
82
{
83
throw
new
ArgumentNullException(
"stylesheet"
);
84
}
85
Compile
(stylesheet,
resolver
);
86
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Xsl.XslTransform.Compile
void Compile(XPathNavigator stylesheet, XmlResolver resolver)
Definition
XslTransform.cs:254
References
System.Xml.Xsl.XslTransform.Compile()
.
System
Xml
Xsl
XslTransform
Generated by
1.10.0