ValueCollection.Item[Int32] Property

Definition

Retrieves an item from a specified location in the collection.

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 at which to retrieve the item.

Property Value

An Object from the value collection.

Applies to