Table of Contents

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.

TValue this[TKey key] { get; set; }

Parameters

key TKey

Property Value

TValue