Table of Contents

Constructor EnumArray

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EnumArray()

Initializes a new instance of the EnumArray<TKey, TValue> struct.

public EnumArray()

EnumArray(TKey)

Initializes a new instance of the EnumArray<TKey, TValue> struct.

public EnumArray(TKey maxKeyValue)

Parameters

maxKeyValue TKey

Maximal value in the enum.

EnumArray(int)

Initializes a new instance of the EnumArray<TKey, TValue> struct.

public EnumArray(int maxKeyValue)

Parameters

maxKeyValue int

Maximal value in the enum.