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

◆ Resolve()

Type System.ArraySpec.Resolve ( Type type)
inline

Implements System.ModifierSpec.

Definition at line 17 of file ArraySpec.cs.

18 {
19 if (this.bound)
20 {
21 return type;
22 }
23 return type;
24 }

References System.ArraySpec.bound.