Skip to content

M_CodeJam_EnumCode_StateFlagUnset__1

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

EnumCode.StateFlagUnset(TEnum) Method (TEnum, TEnum, String)

Asserts that the specified state flag is not set.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static void StateFlagUnset<TEnum>(
	TEnum value,
	TEnum flag,
	string message
)
where TEnum : struct, new()

VB

Public Shared Sub StateFlagUnset(Of TEnum As {Structure, New}) ( 
	value As TEnum,
	flag As TEnum,
	message As String
)

F#

static member StateFlagUnset : 
        value : 'TEnum * 
        flag : 'TEnum * 
        message : string -> unit  when 'TEnum : struct, new()

Parameters

 

value
Type: TEnum
The value.
flag
Type: TEnum
The flag.
message
Type: System.String
The message.

Type Parameters

 

TEnum
The type of the enum value.

See Also

Reference

EnumCode Class
StateFlagUnset Overload
CodeJam Namespace

Clone this wiki locally