Class KeyBindingScopeExtensions
- Namespace
- Terminal.Gui.EnumExtensions
- Assembly
- Terminal.Gui.dll
Extension methods for the KeyBindingScopeenum type.
[PublicAPI]
public static class KeyBindingScopeExtensions
- Inheritance
-
KeyBindingScopeExtensions
- Inherited Members
Methods
- AsInt32(KeyBindingScope)
Directly converts this KeyBindingScope value to an int value with the same binary representation.
- AsUInt32(KeyBindingScope)
Directly converts this KeyBindingScope value to a uint value with the same binary representation.
- FastHasFlags(KeyBindingScope, int)
Determines if the specified mask bits are set in the current value of this KeyBindingScope.
- FastHasFlags(KeyBindingScope, KeyBindingScope)
Determines if the specified flags are set in the current value of this KeyBindingScope.
- FastIsDefined(KeyBindingScope, int)
Determines if the specified int value is explicitly defined as a named value of the KeyBindingScopeenum type.