DictionaryNodeItem - свойство

Gets or sets the element at the specified index.

Definition

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

Параметры

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

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

DictionaryItemNode
The element at the specified index.

Реализации

IListTItemInt32

Исключения

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

См. также