ReadOnlyDictionary<TKey,TValue>.IDictionary<TKey,TValue>.Item[TKey] Vlastnost

Definice

Získá element, který má zadaný klíč.

property TValue System::Collections::Generic::IDictionary<TKey,TValue>::Item[TKey] { TValue get(TKey key); void set(TKey key, TValue value); };
TValue System.Collections.Generic.IDictionary<TKey,TValue>.Item[TKey key] { get; set; }
member this.System.Collections.Generic.IDictionary<TKey,TValue>.Item('Key) : 'Value with get, set
 Property Item(key As TKey) As TValue Implements IDictionary(Of TKey, TValue).Item

Parametry

key
TKey

Klíč elementu, který chcete získat nebo nastavit.

Hodnota vlastnosti

TValue

Prvek, který má zadaný klíč.

Implementuje

Výjimky

key je null.

Vlastnost se načte a key nebyla nalezena.

Vlastnost je nastavená.

Platí pro