There was an error while loading. Please reload this page.
Determines whether the enum has flags modifier.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool IsFlagsEnum<TEnum>() where TEnum : struct, new()
VB
Public Shared Function IsFlagsEnum(Of TEnum As {Structure, New}) As Boolean
F#
static member IsFlagsEnum : unit -> bool when 'TEnum : struct, new()
Type: BooleanTrue, if the enum is flags enum
EnumHelper ClassCodeJam Namespace