Declaration
public static ReadOnlyDictionary<TK, TV> AsReadOnly<TK, TV>(
this IDictionary<TK, TV> dict
)
Summary
Creates and returns a read-only wrapper around this dictionary. Note: a new wrapper is created on every call.
Consider caching it.
Generic type parameters
TK | This type parameter is not documented. |
TV | This type parameter is not documented. |