| DictionaryExtensionsAsRestrictedAccessDictionary Method |
| Name | Description | |
|---|---|---|
| AsRestrictedAccessDictionaryTKey, TValue(IDictionaryTKey, TValue) |
Creates a shallow ReadOnly dictionary wrapper around the given dictionary.
| |
| AsRestrictedAccessDictionaryTKey, TValue(IDictionaryTKey, TValue, AccessFlags) |
Creates a shallow restricted access dictionary wrapper around the given dictionary. Only access specified by the flags is allowed.
|