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