ItemsSourceView<T>.

this[int] Property

Summary

Retrieves the item at the specified index.
Namespace
Avalonia.Controls
Containing Type
ItemsSourceView<T>

Syntax

public T this[int index] { get; }

Parameters

Name Type Description
index int

Value

Type Description
T