Op Englesch liesen Editéieren

Deelen iwwer


Vector<T>.Item[Int32] Property

Definition

Gets the element at a specified index.

C#
public T this[int index] { get; }

Parameters

index
Int32

The index of the element to return.

Property Value

T

The element at index index.

Exceptions

index is less than zero.

-or-

index is greater than or equal to Count.

.NET 5 and later: Type T is not supported.

index was less than zero or greater than the number of elements.

Applies to

Produkt Versiounen
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Standard 2.0 (package-provided), 2.1
UWP 10.0