Table of Contents

Class CommandOutcomeExtensions

Namespace
Terminal.Gui.Input
Assembly
Terminal.Gui.dll

Provides extension methods for converting between CommandOutcome and bool?.

public static class CommandOutcomeExtensions
Inheritance
CommandOutcomeExtensions
Inherited Members

Methods

ToBool(CommandOutcome)

Converts a CommandOutcome to a nullable boolean for backward compatibility.

ToOutcome(bool?)

Converts a nullable boolean to a CommandOutcome.