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

◆ SetValue() [5/8]

void System.Array.SetValue ( object value,
long index1,
long index2 )
inline

Definition at line 519 of file Array.cs.

520 {
521 this.SetValue(value, (int)index1, (int)index2);
522 }
class f__AnonymousType0<< Count > j__TPar
void SetValue(object value, long index)
Definition Array.cs:513

References j__TPar, and System.Array.SetValue().