UniqueNameCollectionTItem - свойство

Gets or sets the element at the specified index.

Definition

Пространство имён: Tessa.Platform.Collections
Сборка: Tessa (в Tessa.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

Исключения

[Tessa.Platform.ObjectSealedException]Произведена попытка изменения объекта, защищённого от изменений.
ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
NotSupportedExceptionThe property is set and the IListT is read-only.

См. также