SynchronizedSuspendableObservableCollectionTItem - свойство

Gets or sets the element at the specified index.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public T this[
	int index
] { get; set; }

Параметры

index  Int32
The zero-based index of the element to get or set.

Возвращаемое значение

T
The element at the specified index.

Реализации

IListTItemInt32
IReadOnlyListTItemInt32

Исключения

ArgumentOutOfRangeExceptionindex is not a valid index in the IList.
NotSupportedExceptionThe property is set and the IList is read-only.

См. также