Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CheckArguments()
[2/2]
static
void
System.Xml.Xsl.XslCompiledTransform.CheckArguments
(
string
inputUri
,
object
results
)
inline
static
private
Definition at line
319
of file
XslCompiledTransform.cs
.
320
{
321
if
(
inputUri
==
null
)
322
{
323
throw
new
ArgumentNullException(
"inputUri"
);
324
}
325
if
(
results
==
null
)
326
{
327
throw
new
ArgumentNullException(
"results"
);
328
}
329
}
System.Xml.ValueHandleType.Dictionary
@ Dictionary
References
System.Xml.Dictionary
.
System
Xml
Xsl
XslCompiledTransform
Generated by
1.10.0