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

◆ InternalArray__IndexOf< T >()

int System.Array.InternalArray__IndexOf< T > ( T item)
inlinepackage

Definition at line 962 of file Array.cs.

963 {
964 int rank = this.Rank;
965 int length = this.Length;
966 long num = 0L;
967 return this.GetLowerBound((int)num);
968 }
int GetLowerBound(int dimension)
Definition Array.cs:1049

References System.Array.GetLowerBound(), System.L, System.Array.Length, System.length, and System.Array.Rank.