[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Extended dictionary functionality.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Interface EDictionary(Of K, V) _
	Implements IDictionary(Of K, V), ICollection(Of KeyValuePair(Of K, V)), IEnumerable(Of KeyValuePair(Of K, V)), IEnumerable
C#
public interface EDictionary<K, V> : IDictionary<K, V>, ICollection<KeyValuePair<K, V>>, IEnumerable<KeyValuePair<K, V>>, IEnumerable
Visual C++
generic<typename K, typename V>
public interface class EDictionary : IDictionary<K, V>, ICollection<KeyValuePair<K, V>>, IEnumerable<KeyValuePair<K, V>>, IEnumerable

Type Parameters

K
V