PatternMatchSingleAction<T>.

With(T, Action) Method

Syntax

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

Parameters

Name Type Description
equalObject T
action Action

Return Value

Type Description
PatternMatchSingleAction<T>