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.

public override int IndexOf(object? value)

Parameters

value object

The object to locate in the IList.

Returns

int

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