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__set_Item< T >()

void System.Array.InternalArray__set_Item< T > ( int index,
T item )
inlinepackage

Definition at line 995 of file Array.cs.

996 {
997 int length = this.Length;
998 if (this != null)
999 {
1000 return;
1001 }
1002 }

References System.Array.Length, and System.length.