Table of Contents

Method IndexOf

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

IndexOf(object?)

Determines the index of a specific item in the IList<T>.

public int IndexOf(object? item)

Parameters

item object

The object to locate in the IList<T>.

Returns

int

The index of item if found in the list; otherwise, -1.