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