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