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

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

Syntax

C#
public virtual T this[
	int intIndex
] { get; }
Visual Basic
Public Overridable ReadOnly Default Property Item ( _
	intIndex As Integer _
) As T
	Get
Visual C++
public:
virtual property T default[int intIndex] {
	T get (int intIndex);
}

Parameters

intIndex
Type: System..::..Int32

See Also