[This is preliminary documentation and is subject to change.]
Initializes a new instance that contains elements copied from the specified IDictionary[TKey,TValue]
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,
IDictionary<TKey, TValue> dictionary
)
public EventedDictionary(
TContext context,
bool contextReadOnly,
IDictionary<TKey, TValue> dictionary
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean,
dictionary As IDictionary(Of TKey, TValue)
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean,
dictionary As IDictionary(Of TKey, TValue)
)
public:
EventedDictionary(
TContext context,
bool contextReadOnly,
IDictionary<TKey, TValue>^ dictionary
)
public:
EventedDictionary(
TContext context,
bool contextReadOnly,
IDictionary<TKey, TValue>^ dictionary
)
new :
context : 'TContext *
contextReadOnly : bool *
dictionary : IDictionary<'TKey, 'TValue> -> EventedDictionary
new :
context : 'TContext *
contextReadOnly : bool *
dictionary : IDictionary<'TKey, 'TValue> -> EventedDictionary