다음을 통해 공유


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

정의

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

매개 변수

dictionary
IDictionary<TKey,TValue>

적용 대상