System.Xml.Xsl.IXsltContextFunction public interface IXsltContextFunction Documentation XPathResultType[] ArgTypes { get; } int Maxargs { get; } int Minargs { get; } XPathResultType ReturnType { get; } object Invoke(XsltContext xsltContext, object[] args, XPathNavigator docContext)