Method FastIsDefined
- Namespace
- Terminal.Gui.EnumExtensions
- Assembly
- Terminal.Gui.dll
FastIsDefined(Side, int)
public static bool FastIsDefined(this Side _, int value)
Parameters
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.