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)

속성 값

이 개체에서 래핑되는 사전입니다.

적용 대상