There was an error while loading. Please reload this page.
Determines whether the specified value is defined
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static bool IsDefined<TEnum>( TEnum value ) where TEnum : struct, new(), IComparable, IFormattable, IConvertible
VB
Public Shared Function IsDefined(Of TEnum As {Structure, New, IComparable, IFormattable, IConvertible}) ( value As TEnum ) As Boolean
F#
static member IsDefined : value : 'TEnum -> bool when 'TEnum : struct, new() and IComparable and IFormattable and IConvertible
Type: BooleanTrue, if enum defines the value.
EnumHelper ClassCodeJam Namespace