Property this
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
this[TKey]
Gets or sets the value associated with the specified key.
public TValue this[TKey key] { get; set; }
Parameters
keyTKeyThe key whose value is to be retrieved or assigned.
Property Value
- TValue
The value associated with the given key.
Exceptions
- ArgumentException
Thrown when the key is null or empty.
- KeyNotFoundException
Thrown when the key does not exist.