Exemplo n.º 1
0
 public virtual IIndexedNode Resolve()
 {
     if (IsResolved())
     {
         return(null);
     }
     return(IndexedPath.NewParentPath(this, Constraint()));
 }
Exemplo n.º 2
0
 public virtual IIndexedNode Resolve()
 {
     return(IndexedPath.NewParentPath(this, _constraint));
 }