Table of Contents

Method FastIsDefined

Namespace
Terminal.Gui.EnumExtensions
Assembly
Terminal.Gui.dll

FastIsDefined(ViewDiagnosticFlags, uint)

Determines if the specified uint value is explicitly defined as a named value of the ViewDiagnosticFlagsenum type.

public static bool FastIsDefined(this ViewDiagnosticFlags _, uint value)

Parameters

_ ViewDiagnosticFlags
value uint

Returns

bool

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.