Click or drag to resize

TransformCollectionTInt, TExtRemove Method

Removes the specified item.

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

Parameters

item
Type: TExt
The item.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:com.espertech.esper.compat.collections.TransformCollection`2.Remove(`1)"]

See Also