Method UnmodifiableMap
UnmodifiableMap<TKey, TValue>(IDictionary<TKey, TValue>)
Declaration
public static IDictionary<TKey, TValue> UnmodifiableMap<TKey, TValue>(IDictionary<TKey, TValue> d)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<TKey, TValue> | d |
Returns
Type | Description |
---|---|
IDictionary<TKey, TValue> |
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |