[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Linked list.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class ELinkedList(Of T) _
	Inherits LinkedList(Of T)
C#
public sealed class ELinkedList<T> : LinkedList<T>
Visual C++
generic<typename T>
public ref class ELinkedList sealed : public LinkedList<T>

Type Parameters

T

Inheritance Hierarchy

System.Object
  EnumerableBase<T>
    CollectionValueBase<T>
      CollectionBase<T>
        DirectedCollectionBase<T>
          SequencedBase<T>
            LinkedList<T>
              net.esper.compat.ELinkedList<(Of T>)