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
ByReference.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 // Token: 0x0200013B RID: 315
8 [Obsolete("Types with embedded references are not supported in this version of your compiler.", true)]
9 internal ref struct ByReference<T>
10 {
11 // Token: 0x06000CA8 RID: 3240 RVA: 0x0000207A File Offset: 0x0000027A
12 [Intrinsic]
14 {
15 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
16 }
17
18 // Token: 0x17000117 RID: 279
19 // (get) Token: 0x06000CA9 RID: 3241 RVA: 0x0000207A File Offset: 0x0000027A
20 public T Value
21 {
22 [Intrinsic]
23 get
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27 }
28
29 // Token: 0x040004E0 RID: 1248
30 private IntPtr _value;
31 }
32}
class f__AnonymousType0<< Count > j__TPar