Esempio n. 1
0
 public FunctionBase(XPath_Part part)
     : this(part, null)
 {
 }
Esempio n. 2
0
 public GenericBase(XPath_Part part)
 {
     this.part = part;
     nodeset = new NodeSetParser(part);
 }
Esempio n. 3
0
 public FunctionBase(XPath_Part part, Type genericType)
 {
     this.part = part;
     generic = genericType;
 }