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>

ラップするディクショナリ。

例外

dictionarynullです。

適用対象