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