SynchronizedSuspendableObservableCollectionTItem - свойство

Gets or sets the element at the specified index.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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.

См. также