Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: ReadOnlyDictionary<TKey, TValue>(IDictionary<TKey, TValue>)

Declaration

public ReadOnlyDictionary<TKey, TValue>(
    IDictionary<TKey, TValue> dict
)

Summary

Creates a new read-only wrapper for the specified IDictionary<TKey, TValue>.