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

Gets or sets the !:T at the specified index.

Namespace: net.esper.compat
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Property Item ( _
	index As Integer _
) As T
C#
public T this [
	int index
] { get; set; }
Visual C++
public:
virtual property T default[int index] {
	T get (int index) sealed;
	void set (int index, T value) sealed;
}

Parameters

index
System.Int32

Field Value