PatternMatch<T, TResult>.

With(T, TResult) Method

Syntax

public PatternMatch<T, TResult> With(T equalObject, TResult resultValue)

Parameters

Name Type Description
equalObject T
resultValue TResult

Return Value

Type Description
PatternMatch<T, TResult>