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