ImmutableArray<T>.Builder.Item[Int32] Property

Definition

Gets or sets the item at the specified index.

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

Parameters

index
Int32

The index of the item to get or set.

Property Value

T

The item at the specified index.

Implements

Exceptions

The specified index is not in the array.

Applies to

Product Versions
.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 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)
UWP 10.0