CollectionNodeItem - свойство |
Gets or sets the element at the specified index.
Пространство имён:
Tessa.UI.HashEditor.Hash
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public CollectionItemNode this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As CollectionItemNode
Get
Set
public:
virtual property CollectionItemNode^ default[int index] {
CollectionItemNode^ get (int index) sealed;
void set (int index, CollectionItemNode^ value) sealed;
}
abstract Item : CollectionItemNode with get, set
override Item : CollectionItemNode with get, set
Параметры
- index
- Тип: SystemInt32
The zero-based index of the element to get or set.
Возвращаемое значение
Тип:
CollectionItemNodeThe element at the specified index.
Реализации
IListTItemInt32Исключения См. также