[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
An extended hash dictionary that maps a string to an object.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class EDataDictionary _ Inherits EHashDictionary(Of String, Object) _ Implements IDataDictionary, EDictionary(Of String, Object), IDictionary(Of String, Object), ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), IEnumerable |
C# |
---|
public class EDataDictionary : EHashDictionary<string, Object>, IDataDictionary, EDictionary<string, Object>, IDictionary<string, Object>, ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>, IEnumerable |
Visual C++ |
---|
public ref class EDataDictionary : public EHashDictionary<String^, Object^>, IDataDictionary, EDictionary<String^, Object^>, IDictionary<String^, Object^>, ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>, IEnumerable |
Inheritance Hierarchy
System.Object
net.esper.compat.EBaseDictionary<, >
net.esper.compat.EHashDictionary<, >
net.esper.compat.EDataDictionary
net.esper.compat.EBaseDictionary<, >
net.esper.compat.EHashDictionary<, >
net.esper.compat.EDataDictionary