There was an error while loading. Please reload this page.
Asserts that any bit from specified state flag is not set.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static void AnyStateFlagUnset<TEnum>( TEnum value, TEnum flags, string messageFormat, params Object[] args ) where TEnum : struct, new()
VB
Public Shared Sub AnyStateFlagUnset(Of TEnum As {Structure, New}) ( value As TEnum, flags As TEnum, messageFormat As String, ParamArray args As Object() )
F#
static member AnyStateFlagUnset : value : 'TEnum * flags : 'TEnum * messageFormat : string * args : Object[] -> unit when 'TEnum : struct, new()
EnumCode ClassAnyStateFlagUnset OverloadCodeJam Namespace