Table of Contents

TokenCollection.Find Method

Definition

Namespace
Sandcastle.Core.ConceptualContent
Assembly
Sandcastle.Core.dll

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

public IEnumerable<Token> Find(Predicate<Token> match)

Parameters

match Predicate<Token>

The match predicate

Returns

IEnumerable<Token>

An enumerable list of all matches