Dictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.Dictionary 属性

定义

获取此实例对其执行操作的 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)

属性值

适用于