We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Determines whether the enum has flags modifier.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool IsFlagsEnum<TEnum>() where TEnum : struct, new(), IComparable, IFormattable, IConvertible
VB
Public Shared Function IsFlagsEnum(Of TEnum As {Structure, New, IComparable, IFormattable, IConvertible}) As Boolean
F#
static member IsFlagsEnum : unit -> bool when 'TEnum : struct, new() and IComparable and IFormattable and IConvertible
Type: BooleanTrue, if the enum is flags enum
EnumHelper ClassCodeJam Namespace