Table of Contents

Class CommandExtensions

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

Extension methods for the Command enum type.

public static class CommandExtensions
Inheritance
CommandExtensions
Inherited Members

Methods

AsInt32(Command)

Directly converts this Command value to an int value with the same binary representation.

AsUInt32(Command)

Directly converts this Command value to a uint value with the same binary representation.

FastIsDefined(Command, int)

Determines if the specified int value is explicitly defined as a named value of the Command enum type.