Click or drag to resize
Sandcastle Help File BuilderTokenCollectionFind Method
This is used to find all tokens that match the specified predicate

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

Parameters

match
Type: SystemPredicateToken
The match predicate

Return Value

Type: IEnumerableToken
An enumerable list of all matches
See Also