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

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

public EventedDictionary(
	TContext context,
	bool contextReadOnly,
	IDictionary<TKey, TValue> dictionary
)

Parameters

context
Type: TContext
contextReadOnly
Type: OnlineSystem Boolean
dictionary
Type: OnlineSystem.Collections.Generic IDictionary TKey, TValue 
See Also