Click or drag to resize

ISharedDictionaryTKey, TValue Interface

Represents a generic collection of key/value pairs that can be modified across application domain boundaries.

Namespace:  EBP.Framework.Common.Interfaces.Shared
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface ISharedDictionary<TKey, TValue> : ISharedEnumerable<ISharedKeyValuePair<TKey, TValue>>, 
	IEnumerable<ISharedKeyValuePair<TKey, TValue>>, IEnumerable

Type Parameters

TKey
The type of keys in the dictionary.
TValue
The type of values in the dictionary.

The ISharedDictionaryTKey, TValue type exposes the following members.

Properties
Methods
See Also