[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)
Adds an item to the ICollection<(Of T>).
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Add ( _ item As KeyValuePair(Of TKey, TValue) _ ) |
C# |
---|
public void Add ( KeyValuePair<TKey, TValue> item ) |
Visual C++ |
---|
public: virtual void Add ( KeyValuePair<TKey, TValue> item ) sealed |
Parameters
- item
- System.Collections.Generic.KeyValuePair<(Of TKey, TValue>)
The object to add to the ICollection<(Of T>).
Exceptions
Exception | Condition |
---|---|
System.NotSupportedException | The ICollection<(Of T>) is read-only. |