ItemsSourceView<T>.

GetAt(int) Method

Summary

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

Syntax

public T GetAt(int index)

Parameters

Name Type Description
index int The index.

Return Value

Type Description
T The item.