PatternMatchSingleAction<T>.

With(T, Action<T>) Method

Syntax

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

Parameters

Name Type Description
equalObject T
action Action<T>

Return Value

Type Description
PatternMatchSingleAction<T>