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 the specified value is defined.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool IsDefined<TEnum>( TEnum value ) where TEnum : struct, new()
VB
Public Shared Function IsDefined(Of TEnum As {Structure, New}) ( value As TEnum ) As Boolean
F#
static member IsDefined : value : 'TEnum -> bool when 'TEnum : struct, new()
Type: BooleanTrue, if enum defines the value.
EnumHelper ClassIsDefined OverloadCodeJam Namespace