PartialResultsCollection.Item[Int32] Property

Definition

The Item[Int32] property contains the Object at the specified index.

public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };
public object this[int index] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(index As Integer) As Object

Parameters

index
Int32

The index value of the Object.

Property Value

The Object at the specified index.

Exceptions

index is less than zero or index is equal to or greater than the number of items in the collection.

Applies to