PatternMatchContext<T>.

With(T, Action) Method

Syntax

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

Parameters

Name Type Description
equalObject T
callback Action

Return Value

Type Description
PatternMatchAction<T>