ImmutableArray<T>.IList.Item[Int32] Propiedad

Definición

Obtiene o establece la clase Object en el índice especificado.

C#
object System.Collections.IList.Item[int index] { get; set; }
C#
object? System.Collections.IList.Item[int index] { get; set; }

Parámetros

index
Int32

Índice.

Valor de propiedad

Objeto en el índice especificado.

Implementaciones

Excepciones

Siempre se produce desde el establecedor.

La propiedad IsDefault devuelve true.

Se aplica a

Producto Versiones
.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
UWP 10.0