Item Property
Gets or sets the element at the specified index.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
T this[
int index
] { get; set; }
Default Property Item (
index As Integer
) As T
Get
Set
abstract Item : 'T with get, set
Parameters
- Int32
- The index.
Return Value
T
The element at the requested index.
Implements
IList(T).Item(Int32)
IReadOnlyList(T).Item(Int32)