-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_EnumHelper_IsFlagsEnum__1
Andrew Koryavchenko edited this page Jul 4, 2017
·
5 revisions
Determines whether the enum has flags modifier.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static bool IsFlagsEnum<TEnum>()
where TEnum : struct, new(), IComparable, IFormattable, IConvertibleVB
Public Shared Function IsFlagsEnum(Of TEnum As {Structure, New, IComparable, IFormattable, IConvertible}) As BooleanF#
static member IsFlagsEnum : unit -> bool when 'TEnum : struct, new() and IComparable and IFormattable and IConvertible
- TEnum
- The type of the enum.
Type: Boolean
True, if the enum is flags enum