terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
EmptyArray.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000173")]
8 internal static class EmptyArray<T>
9 {
10 // Note: this type is marked as 'beforefieldinit'.
11 [global::Cpp2ILInjected.Token(Token = "0x6000EE7")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1622B18", Offset = "0x1622B18", Length = "0xA8")]
13 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
16 static EmptyArray()
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x4000671")]
22 public static readonly T[] Value;
23 }
24}
class f__AnonymousType0<< Count > j__TPar
static EmptyArray()
Definition EmptyArray.cs:16
static readonly T[] Value
Definition EmptyArray.cs:22