Table of Contents

Property this

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

this[TEnum]

Gets or sets the value associated with the specified key.

public TValue this[TEnum key] { get; set; }

Parameters

key TEnum

The enum key to look up.

Property Value

TValue

Exceptions

KeyNotFoundException

key is not present in the dictionary.