System.Xml.Xsl.XsltOld.XsltCompileContext.XsltFunctionImpl.XsltFunctionImpl C# (CSharp) Method

XsltFunctionImpl() public method

public XsltFunctionImpl ( int minArgs, int maxArgs, XPathResultType returnType, XPathResultType argTypes ) : System.Diagnostics
minArgs int
maxArgs int
returnType XPathResultType
argTypes XPathResultType
return System.Diagnostics
            public XsltFunctionImpl(int minArgs, int maxArgs, XPathResultType returnType, XPathResultType[] argTypes) {
                this.Init(minArgs, maxArgs, returnType, argTypes);
            }
            protected void Init(int minArgs, int maxArgs, XPathResultType returnType, XPathResultType[] argTypes) {

Same methods

XsltCompileContext.XsltFunctionImpl::XsltFunctionImpl ( ) : System.Diagnostics