ReadOnlyDictionary<TKey,TValue>.Dictionary Eigenschap

Definitie

Hiermee haalt u de woordenlijst op die door dit ReadOnlyDictionary<TKey,TValue> object is verpakt.

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)

Waarde van eigenschap

De woordenlijst die door dit object is verpakt.

Van toepassing op