Struct QueryParentVisitor<TContext>
public readonly struct QueryParentVisitor<TContext>
Type Parameters
TContext
- Inherited Members
- Extension Methods
Constructors
QueryParentVisitor(bool, Func<IQueryElement, bool>)
public QueryParentVisitor(bool all, Func<IQueryElement, bool> visit)
Parameters
all
boolvisit
Func<IQueryElement, bool>
QueryParentVisitor(TContext, bool, Func<TContext, IQueryElement, bool>)
public QueryParentVisitor(TContext context, bool all, Func<TContext, IQueryElement, bool> visit)
Parameters
context
TContextall
boolvisit
Func<TContext, IQueryElement, bool>
Fields
VisitedElements
public readonly Dictionary<IQueryElement, IQueryElement?> VisitedElements
Field Value
Methods
Visit(IQueryElement?)
public void Visit(IQueryElement? element)
Parameters
element
IQueryElement