TokenCollectionFind Method

This is used to find all tokens that match the specified predicate

Definition

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<Token> Find(
	Predicate<Token> match
)

Parameters

match  PredicateToken
The match predicate

Return Value

IEnumerableToken
An enumerable list of all matches

See Also