Click or drag to resize
RestrictedAccessDictionaryTKey, TValue Constructor (IDictionaryTKey, TValue, AccessFlags)
Create a restricted access dictionary by wrapping a dictionary.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public RestrictedAccessDictionary(
	IDictionary<TKey, TValue> baseDictionary,
	AccessFlags accessFlags
)

Parameters

baseDictionary
Type: System.Collections.GenericIDictionaryTKey, TValue
The dictionary to wrap
accessFlags
Type: Bio.UtilAccessFlags
The flags that define how to restrict the dictionary.
See Also