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

An extended dictionary that maps a string to an object.

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

Syntax

Visual Basic (Declaration)
Public Interface IDataDictionary _
	Implements EDictionary(Of String, Object), IDictionary(Of String, Object), ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), IEnumerable
C#
public interface IDataDictionary : EDictionary<string, Object>, IDictionary<string, Object>, ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, IEnumerable
Visual C++
public interface class IDataDictionary : EDictionary<String^, Object^>, IDictionary<String^, Object^>, ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>, IEnumerable