Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CheckArgumentNull()

static void System.Xml.Xsl.XsltArgumentList.CheckArgumentNull ( object param,
string paramName )
inlinestaticprivate

Definition at line 77 of file XsltArgumentList.cs.

78 {
79 if (param == null)
80 {
81 throw new ArgumentNullException(paramName);
82 }
83 }

References System.Xml.Dictionary.

Referenced by System.Xml.Xsl.XsltArgumentList.AddExtensionObject(), and System.Xml.Xsl.XsltArgumentList.AddParam().