Table of Contents

Method GetItem

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetItem(int)

Retrieves the item at the specified index in the collection.

T GetItem(int index)

Parameters

index int

The zero-based index of the item to retrieve.

Returns

T

The item at the specified index.