1 implementation of Maxargs
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
628
public int
Maxargs
{ get { return _maxargs; } }
1 reference to Maxargs
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
243
if (argTypes.Length < func.Minargs || func.
Maxargs
< argTypes.Length)