PatternMatchSingleContext<T>.

With<TResult>(T, TResult) Method

Syntax

public PatternMatchSingle<T, TResult> With<TResult>(T valueToMatch, TResult resultValue)

Type Parameters

Name Description
TResult

Parameters

Name Type Description
valueToMatch T
resultValue TResult

Return Value

Type Description
PatternMatchSingle<T, TResult>