[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)
Add a value object to the index. If the value object already exists for the same key,
no error is thrown and the object is still added (no set behavior).
Namespace: net.esper.collection
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Add ( _ key As Object, _ bean As Object _ ) |
C# |
---|
public void Add ( Object key, Object bean ) |
Visual C++ |
---|
public: void Add ( Object^ key, Object^ bean ) |
Parameters
- key
- System.Object
is the key value
- bean
- System.Object
is the value object to add