[This is preliminary documentation and is subject to change.]
Initializes a new instance that is empty, has the default initial capacity, 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,
IEqualityComparer<TKey> comparer
)
public EventedDictionary(
TContext context,
bool contextReadOnly,
IEqualityComparer<TKey> comparer
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean,
comparer As IEqualityComparer(Of TKey)
)
Public Sub New (
context As TContext,
contextReadOnly As Boolean,
comparer As IEqualityComparer(Of TKey)
)
public:
EventedDictionary(
TContext context,
bool contextReadOnly,
IEqualityComparer<TKey>^ comparer
)
public:
EventedDictionary(
TContext context,
bool contextReadOnly,
IEqualityComparer<TKey>^ comparer
)
new :
context : 'TContext *
contextReadOnly : bool *
comparer : IEqualityComparer<'TKey> -> EventedDictionary
new :
context : 'TContext *
contextReadOnly : bool *
comparer : IEqualityComparer<'TKey> -> EventedDictionary