PatternMatchSingleContext<T>.

With(T, Action) Method

Syntax

public PatternMatchSingleAction<T> With(T valueToMatch, Action action)

Parameters

Name Type Description
valueToMatch T
action Action

Return Value

Type Description
PatternMatchSingleAction<T>