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

◆ Version

Version System.Reflection.AssemblyName.Version
getset

Definition at line 196 of file AssemblyName.cs.

197 {
198 get
199 {
200 return this.version;
201 }
202 set
203 {
205 int num = value._Major;
206 this.major = num;
207 }
208 }
class f__AnonymousType0<< Count > j__TPar
readonly int _Major
Definition Version.cs:389