IAvaloniaListTItem Property

Gets or sets the element at the specified index.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
T this[
	int index
] { get; set; }

Parameters

index  Int32
The index.

Return Value

T
The element at the requested index.

Implements

IListTItemInt32
IReadOnlyListTItemInt32

See Also