Concat.

Where(Func<IExecutionContext, IDocument, IReadOnlyList<IDocument>, bool>) Method

Summary

Specifies a predicate to use when determining which documents to concatenate with the original list.
Assembly
Wyam.Core.dll
Namespace
Wyam.Core.Modules.Control
Containing Type
Concat

Syntax

public Concat Where(Func<IExecutionContext, IDocument, IReadOnlyList<IDocument>, bool> predicate)

Parameters

Name Type Description
predicate Func<IExecutionContext, IDocument, IReadOnlyList<IDocument>, bool> The predicate to evaluate.

Return Value

Type Description
Concat The current module instance.
GitHub