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

Initializes a new instance of the ELinkedList<(Of T>) class.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	source As IEnumerable(Of T) _
)
C#
public ELinkedList (
	IEnumerable<T> source
)
Visual C++
public:
ELinkedList (
	IEnumerable<T>^ source
)

Parameters

source
System.Collections.Generic.IEnumerable<(Of T>)
The source.