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