Skip to content

M_CodeJam_EnumValues_IsDefined

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

EnumValues.IsDefined Method (String)

Determines whether the specified enum name is defined.

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

Syntax

C#

public bool IsDefined(
	string name
)

VB

Public Function IsDefined ( 
	name As String
) As Boolean

F#

member IsDefined : 
        name : string -> bool 

Parameters

 

name
Type: System.String
The name to check.

Return Value

Type: Boolean
true if the specified enum name is defined; otherwise, false.

See Also

Reference

EnumValues Class
IsDefined Overload
CodeJam Namespace

Clone this wiki locally