Skip to content

P_CodeJam_EnumValues_Count

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

EnumValues.Count Property

Gets the count.

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

Syntax

C#

public int Count { get; }

VB

Public ReadOnly Property Count As Integer
	Get

F#

abstract Count : int with get
override Count : int with get

Property Value

Type: Int32
The count.

Implements

IReadOnlyCollection(T).Count

See Also

Reference

EnumValues Class
CodeJam Namespace

Clone this wiki locally