Click or drag to resize

TransformCollectionTInt, TExtAdd Method

Adds the specified item.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public void Add(
	TExt item
)

Parameters

item
Type: TExt
The item.
See Also