IIntCollection.Item[Int32] Property

Definition

Retrieves the specified item from the collection.

public int this[int index] { get; }
member this.Item(int) : int
Default Public ReadOnly Property Item(index As Integer) As Integer

Parameters

index
Int32

The zero-based index of the item to retrieve from the collection.

Property Value

The specified item from the collection.

Applies to