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)

属性值

由此对象包装的字典。

适用于