Returns an item at the specific index in the in-memory list.

Namespace: DatabaseObjects.Generic
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected T this[
	int intIndex
] { get; }
Visual Basic
Protected ReadOnly Property VolatileObjectByOrdinal ( _
	intIndex As Integer _
) As T
	Get
Visual C++
protected:
property T VolatileObjectByOrdinal[int intIndex] {
	T get (int intIndex);
}

Parameters

intIndex
Type: System..::..Int32

See Also