Table of Contents

Class ModifierKeyExtensions

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

Extension methods for the ModifierKey enum type.

public static class ModifierKeyExtensions
Inheritance
ModifierKeyExtensions
Inherited Members

Methods

AsInt32(ModifierKey)

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

AsUInt32(ModifierKey)

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

FastIsDefined(ModifierKey, int)

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