PatternMatchAction<T>.

With(Func<T, bool>, Action) Method

Syntax

public PatternMatchAction<T> With(Func<T, bool> pattern, Action action)

Parameters

Name Type Description
pattern Func<T, bool>
action Action

Return Value

Type Description
PatternMatchAction<T>