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

Adds all of the items in the source.

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

Syntax

Visual Basic (Declaration)
Sub AddAll ( _
	source As IEnumerable(Of T) _
)
C#
void AddAll (
	IEnumerable<T> source
)
Visual C++
void AddAll (
	IEnumerable<T>^ source
)

Parameters

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