[This is preliminary documentation and is subject to change.]
Initializes a new instance that is empty, has the default initial capacity, and uses the default
equality comparer for the key type.
Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public EventedDictionary(
TContext context,
bool contextReadOnly
)
public EventedDictionary(
TContext context,
bool contextReadOnly
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean
)
public:
EventedDictionary(
TContext context,
bool contextReadOnly
)
public:
EventedDictionary(
TContext context,
bool contextReadOnly
)
new :
context : 'TContext *
contextReadOnly : bool -> EventedDictionary
new :
context : 'TContext *
contextReadOnly : bool -> EventedDictionary