Property this
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
this[TKey]
Gets or sets the value with the specified key. The method ContainsKey should always be called before getting the value of a key.
public TValue this[TKey key] { get; set; }
Parameters
key
TKey
Property Value
- TValue