PatternMatchAction<T>.

With(T, Action) Method

Syntax

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

Parameters

Name Type Description
equalObject T
action Action

Return Value

Type Description
PatternMatchAction<T>