EventedDictionary TKey, TValue, TContext  Constructor (TContext, Boolean, Int32, IEqualityComparer TKey )NFX Class Library

[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.Collections
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public EventedDictionary(
	TContext context,
	bool contextReadOnly,
	int capacity,
	IEqualityComparer<TKey> comparer
)

Parameters

context
Type: TContext
contextReadOnly
Type: OnlineSystem Boolean
capacity
Type: OnlineSystem Int32
comparer
Type: OnlineSystem.Collections.Generic IEqualityComparer TKey 
See Also