Прочетете на английски Редактиране

Споделяне чрез


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