ReadOnlyDictionary<TKey,TValue>.Dictionary Vlastnost

Definice

Získá slovník, který je zabalený tímto ReadOnlyDictionary<TKey,TValue> objektem.

protected:
 property System::Collections::Generic::IDictionary<TKey, TValue> ^ Dictionary { System::Collections::Generic::IDictionary<TKey, TValue> ^ get(); };
protected System.Collections.Generic.IDictionary<TKey,TValue> Dictionary { get; }
member this.Dictionary : System.Collections.Generic.IDictionary<'Key, 'Value>
Protected ReadOnly Property Dictionary As IDictionary(Of TKey, TValue)

Hodnota vlastnosti

Slovník, který je zabalen tímto objektem.

Platí pro