This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.IndexOf

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public int IndexOf(T item);

Parameters

item The item to return the index for.

Description

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