ReadOnlyList_T_.IndexOf(T).md

May 21, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.ReadOnlyList<T>

ReadOnlyList.IndexOf(T) Method

Returns the zero-based index of the first occurrence of a value within the entire list.

public int IndexOf(T element);

Parameters

element T

Returns

System.Int32

Contents

  1. 0.1">Friflo.Engine.ECS.">ReadOnlyList&#x3C;T>
  2. 1ReadOnlyList.IndexOf(T) Method