PatternMatchAction<T>.

Else(Action<T>) Method

Syntax

public void Else(Action<T> result)

Parameters

Name Type Description
result Action<T>

Return Value

Type Description
void