Constructor EnumArray
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
TKeyMaximal value in the enum.
EnumArray(int)
Initializes a new instance of the EnumArray<TKey, TValue> struct.
public EnumArray(int maxKeyValue)
Parameters
maxKeyValue
intMaximal value in the enum.