PatternMatchContext<T>.

With(T, Action<T>) Method

Syntax

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

Parameters

Name Type Description
equalObject T
callback Action<T>

Return Value

Type Description
PatternMatchAction<T>