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
EmptyArray.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000173 RID: 371
6 internal static class EmptyArray<T>
7 {
8 // Token: 0x06000EE7 RID: 3815 RVA: 0x00020004 File Offset: 0x0001E204
9 // Note: this type is marked as 'beforefieldinit'.
10 static EmptyArray()
11 {
12 }
13
14 // Token: 0x04000671 RID: 1649
15 public static readonly T[] Value;
16 }
17}
class f__AnonymousType0<< Count > j__TPar
static EmptyArray()
Definition EmptyArray.cs:10
static readonly T[] Value
Definition EmptyArray.cs:15