Click or drag to resize

EmptyListTItem Property

[Missing <summary> documentation for "P:com.espertech.esper.compat.collections.EmptyList`1.Item(System.Int32)"]

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

Property Value

Type: T
See Also