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 all bits of the flags combination are defined.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool AreFlagsDefined<TEnum>( TEnum flags ) where TEnum : struct, new()
VB
Public Shared Function AreFlagsDefined(Of TEnum As {Structure, New}) ( flags As TEnum ) As Boolean
F#
static member AreFlagsDefined : flags : 'TEnum -> bool when 'TEnum : struct, new()
Type: BooleanTrue, if enum defines all bits of the flags combination.
EnumHelper ClassCodeJam Namespace