[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)
Constructs a new dictionary
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ subDictionary As IDictionary(Of K, V) _ ) |
C# |
---|
public EBaseDictionary ( IDictionary<K, V> subDictionary ) |
Visual C++ |
---|
public: EBaseDictionary ( IDictionary<K, V>^ subDictionary ) |