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