[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 specified IEqualityComparer[T].
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,
IEqualityComparer<TKey> comparer
)
public EventedDictionary(
TContext context,
bool contextReadOnly,
IDictionary<TKey, TValue> dictionary,
IEqualityComparer<TKey> comparer
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean,
dictionary As IDictionary(Of TKey, TValue),
comparer As IEqualityComparer(Of TKey)
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean,
dictionary As IDictionary(Of TKey, TValue),
comparer As IEqualityComparer(Of TKey)
)
public:
EventedDictionary(
TContext context,
bool contextReadOnly,
IDictionary<TKey, TValue>^ dictionary,
IEqualityComparer<TKey>^ comparer
)
public:
EventedDictionary(
TContext context,
bool contextReadOnly,
IDictionary<TKey, TValue>^ dictionary,
IEqualityComparer<TKey>^ comparer
)
new :
context : 'TContext *
contextReadOnly : bool *
dictionary : IDictionary<'TKey, 'TValue> *
comparer : IEqualityComparer<'TKey> -> EventedDictionary
new :
context : 'TContext *
contextReadOnly : bool *
dictionary : IDictionary<'TKey, 'TValue> *
comparer : IEqualityComparer<'TKey> -> EventedDictionary