ReadOnlyDictionary<TKey,TValue>.Dictionary Eigenschaft

Definition

Ruft das Wörterbuch ab, das von diesem ReadOnlyDictionary<TKey,TValue>-Objekt umschlossen wird.

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)

Eigenschaftswert

IDictionary<TKey,TValue>

Das Wörterbuch, das von diesem Objekt umschlossen wird.

Gilt für