ImmutableArray<T>.IList<T>.Item[Int32] Özellik

Tanım

Öğesini salt okunur listesinde belirtilen dizinde alır veya ayarlar.

property T System::Collections::Generic::IList<T>::Item[int] { T get(int index); void set(int index, T value); };
T System.Collections.Generic.IList<T>.Item[int index] { get; set; }
member this.System.Collections.Generic.IList<T>.Item(int) : 'T with get, set
 Property Item(index As Integer) As T Implements IList(Of T).Item

Parametreler

index
Int32

Alınacak öğenin sıfır tabanlı dizini.

Özellik Değeri

T

Salt okunur listesinde belirtilen dizindeki öğesi.

Uygulamalar

Özel durumlar

Her zaman ayarlayıcıdan oluşturulur.

IsDefault özelliği döndürürtrue.

Şunlara uygulanır