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

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 T _
)
C#
public void Add (
	T item
)
Visual C++
public:
virtual void Add (
	T item
) sealed

Parameters

item
T type parameter of net.esper.compat.ReadOnlyList<(Of T>).
The object to add to the ICollection<(Of T>).

Exceptions

ExceptionCondition
System.NotSupportedExceptionThe ICollection<(Of T>) is read-only.