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
findFunc<IQueryElement, bool>
QueryFindVisitor(TContext, Func<TContext, IQueryElement, bool>)
public QueryFindVisitor(TContext context, Func<TContext, IQueryElement, bool> find)
Parameters
contextTContextfindFunc<TContext, IQueryElement, bool>
Methods
Find(IQueryElement?)
public IQueryElement? Find(IQueryElement? element)
Parameters
elementIQueryElement