XPathFunctionAttribute public class XPathFunctionAttribute : Attribute Documentation public IXsltContextFunction Function { get; protected set; } public string Name { get; } public string Prefix { get; set; } protected XPathFunctionAttribute(string name) public XPathFunctionAttribute(string name, Type functionType)