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

◆ Length

int ITuple System.Tuple< T1, T2, T3, T4 >.Length
getprivate

Implements System.Runtime.CompilerServices.ITuple.

Definition at line 153 of file Tuple.2.cs.

154 {
155 get
156 {
157 return 2;
158 }
159 }