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)

屬性值

這個物件包裝的字典。

適用於