Ejemplo n.º 1
0
 public void AddFunction(XPathFunctionAttribute attribute)
 {
     throw Error.NotSupported();
 }
Ejemplo n.º 2
0
 public void Configure(XPathFunctionAttribute attribute)
 {
     CloneContext().AddFunction(attribute);
 }
Ejemplo n.º 3
0
 public void AddFunction(XPathFunctionAttribute attribute)
 {
     AddFunction(attribute.Name, attribute);
 }