Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Load()
[6/8]
void
System.Xml.Xsl.XslTransform.Load
(
XmlReader
stylesheet
,
XmlResolver
?
resolver
)
inline
Definition at line
47
of file
XslTransform.cs
.
48
{
49
if
(stylesheet ==
null
)
50
{
51
throw
new
ArgumentNullException(
"stylesheet"
);
52
}
53
Load
(
new
XPathDocument
(stylesheet, XmlSpace.Preserve),
resolver
);
54
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.XPath.XPathDocument
Definition
XPathDocument.cs:9
System.Xml.Xsl.XslTransform.Load
void Load(XmlReader stylesheet)
Definition
XslTransform.cs:42
References
System.Xml.Xsl.XslTransform.Load()
.
System
Xml
Xsl
XslTransform
Generated by
1.10.0