Skip to main content

Item Property

Gets or sets the item at the specified index.

Definition

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

public T this[
int index
] { get; set; }

Parameters

  Int32
The index.

Return Value

T
The item.

Implements

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

See Also

Reference

AvaloniaList(T) Class
Avalonia.Collections Namespace