Struct QueryFindVisitor<TContext>
public readonly struct QueryFindVisitor<TContext>
Type Parameters
TContext
- Inherited Members
- Extension Methods
Constructors
QueryFindVisitor(Func<IQueryElement, bool>)
public QueryFindVisitor(Func<IQueryElement, bool> find)
Parameters
find
Func<IQueryElement, bool>
QueryFindVisitor(TContext, Func<TContext, IQueryElement, bool>)
public QueryFindVisitor(TContext context, Func<TContext, IQueryElement, bool> find)
Parameters
context
TContextfind
Func<TContext, IQueryElement, bool>
Methods
Find(IQueryElement?)
public IQueryElement? Find(IQueryElement? element)
Parameters
element
IQueryElement