SynchronizedSuspendableObservableCollectionTItem - свойство

Gets or sets the element at the specified index.

Definition

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

См. также