EventedDictionary TKey, TValue, TContext  ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Represents a dictionary that rises events
Inheritance Hierarchy

OnlineSystem Object
  NFX.Collections EventedCollectionBase TContext 
    NFX.Collections EventedDictionary TKey, TValue, TContext 

Namespace: NFX.Collections
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public class EventedDictionary<TKey, TValue, TContext> : EventedCollectionBase<TContext>, 
	IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, 
	IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable
Type Parameters

TKey
TValue
TContext
See Also