GetAt Method
Retrieves the item at the specified index.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public T GetAt(
int index
)
Public Function GetAt (
index As Integer
) As T
member GetAt :
index : int -> 'T
Parameters
- Int32
- The index.
Return Value
T
The item.