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() [4/5]

int IList. System.Array.IndexOf ( object value)
inlineprivate

Definition at line 105 of file Array.cs.

106 {
107 return Array.IndexOf(this, value);
108 }
int IList. IndexOf(object value)
Definition Array.cs:105

References System.Array.IndexOf(), and System.value.

Referenced by System.Array.IndexOf(), and System.Collections.ArrayList.IndexOf().