Dictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.Dictionary 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此实例对其执行操作的 Dictionary<TKey,TValue>。
public:
property System::Collections::Generic::Dictionary<TKey, TValue> ^ Dictionary { System::Collections::Generic::Dictionary<TKey, TValue> ^ get(); };
public System.Collections.Generic.Dictionary<TKey,TValue> Dictionary { get; }
member this.Dictionary : System.Collections.Generic.Dictionary<'Key, 'Value>
Public ReadOnly Property Dictionary As Dictionary(Of TKey, TValue)