PatternMatchAction<T>.

With(T, Action<T>) Method

Syntax

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

Parameters

Name Type Description
equalObject T
action Action<T>

Return Value

Type Description
PatternMatchAction<T>