ReadOnlyDictionary<TKey,TValue>.Dictionary プロパティ

定義

この ReadOnlyDictionary<TKey,TValue> オブジェクトによってラップされるディクショナリを取得します。

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)

プロパティ値

このオブジェクトにラップされているディクショナリ。

適用対象