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