Method IndexOf
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
IndexOf(T)
Determines the index of a specific item in the System.Collections.Generic.IList`1.
public int IndexOf(T item)
Parameters
item
T-
The object to locate in the System.Collections.Generic.IList`1.
Returns
- int
-
The index of
item
if found in the list; otherwise, -1.