Click or drag to resize

TryCastWorkerTValueElse Method

Executes the action if no previous cast has succeeded.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public void Else(
	Action<TValue> action
)

Parameters

action
Type: SystemActionTValue
The action.
See Also