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