PatternMatchSingleAction<T>.

Else(Action<T>) Method

Syntax

public void Else(Action<T> action)

Parameters

Name Type Description
action Action<T>

Return Value

Type Description
void