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
keyTEnumThe enum key to look up.
Property Value
- TValue
Exceptions
- KeyNotFoundException
keyis not present in the dictionary.