ReadOnlyDictionary<TKey,TValue>.Dictionary 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由 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)属性值
由此对象包装的字典。