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 )
inlinestaticprivate

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 }

References System.Xml.Dictionary.