terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IndexOf()

virtual int System.Collections.ArrayList.IndexOf ( object value)
inlinevirtual

Implements System.Collections.IList.

Reimplemented in System.Collections.ArrayList.IListWrapper, and System.Collections.ArrayList.ReadOnlyArrayList.

Definition at line 299 of file ArrayList.cs.

300 {
301 object[] items = this._items;
302 int size = this._size;
303 long num = 0L;
304 return Array.IndexOf(items, value, (int)num, size);
305 }
int IList. IndexOf(object value)
Definition Array.cs:105

References System.Collections.ArrayList._items, System.Collections.ArrayList._size, System.Array.IndexOf(), System.L, and System.value.