[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 the item at the front of the list.
Namespace: net.esper.compat
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AddFirst ( _ item As T _ ) |
C# |
---|
public void AddFirst ( T item ) |
Visual C++ |
---|
public: void AddFirst ( T item ) |
Parameters
- item
- T type parameter of net.esper.compat.ELinkedList<(Of T>).
The item.