-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_EnumValues_GetByValue
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Tries to get enum field by its value.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public EnumValue GetByValue(
Enum value
)
VB
Public Function GetByValue (
value As Enum
) As EnumValue
F#
member GetByValue :
value : Enum -> EnumValue
- value
- Type: System.Enum
Value of the enum field.
Type: EnumValue
Enum field with matching value.