Method FastIsDefined
- Namespace
- Terminal.Gui.EnumExtensions
- Assembly
- Terminal.Gui.dll
FastIsDefined(AlignmentModes, int)
Determines if the specified int value is explicitly defined as a named value of the AlignmentModesenum type.
public static bool FastIsDefined(this AlignmentModes _, int value)
Parameters
_
AlignmentModesvalue
int
Returns
Remarks
Only explicitly named values return true, as with IsDefined. Combined valid flag values of flags enums which are not explicitly named will return false.