ReadOnlyDictionary<TKey,TValue>(IDictionary<TKey,TValue>) 생성자

정의

지정한 사전을 둘러싸는 래퍼인 ReadOnlyDictionary<TKey,TValue> 클래스의 새 인스턴스를 초기화합니다.

public:
 ReadOnlyDictionary(System::Collections::Generic::IDictionary<TKey, TValue> ^ dictionary);
public ReadOnlyDictionary (System.Collections.Generic.IDictionary<TKey,TValue> dictionary);
new System.Collections.ObjectModel.ReadOnlyDictionary<'Key, 'Value> : System.Collections.Generic.IDictionary<'Key, 'Value> -> System.Collections.ObjectModel.ReadOnlyDictionary<'Key, 'Value>
Public Sub New (dictionary As IDictionary(Of TKey, TValue))

매개 변수

dictionary
IDictionary<TKey,TValue>

래핑할 사전입니다.

예외

dictionary이(가) null인 경우

적용 대상