CollectionNodeItem - свойство
Gets or sets the element at the specified index.
Пространство имён: Tessa.UI.HashEditor.HashСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 Int32
- The zero-based index of the element to get or set.
CollectionItemNodeThe element at the specified index.
IListTItemInt32 ArgumentOutOfRangeException | index is not a valid index in the IListT. |
NotSupportedException | The property is set and the IListT is read-only. |