Skip to main content

Item Property

Gets or sets the element at the specified index.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)

T this[
int index
] { get; set; }
View Source

Parameters

  Int32
The index.

Return Value

T
The element at the requested index.

Implements

IList(T).Item(Int32)
IReadOnlyList(T).Item(Int32)

See Also

Reference

IAvaloniaList(T) Interface
Avalonia.Collections Namespace