Click or drag to resize

SubListTItem Property

Gets or sets the element at the specified index.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: T
Exceptions
ExceptionCondition
NotImplementedException
See Also