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
FixedBufferAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000470 RID: 1136
6 [AttributeUsage(AttributeTargets.Field, Inherited = false)]
7 public sealed class FixedBufferAttribute : Attribute
8 {
9 // Token: 0x0600220E RID: 8718 RVA: 0x0004CDD4 File Offset: 0x0004AFD4
15
16 // Token: 0x17000468 RID: 1128
17 // (get) Token: 0x0600220F RID: 8719 RVA: 0x0004CDF8 File Offset: 0x0004AFF8
19 {
21 get
22 {
23 return this.<ElementType>k__BackingField;
24 }
25 }
26
27 // Token: 0x17000469 RID: 1129
28 // (get) Token: 0x06002210 RID: 8720 RVA: 0x0004CE0C File Offset: 0x0004B00C
29 public int Length
30 {
32 get
33 {
34 return this.<Length>k__BackingField;
35 }
36 }
37
38 // Token: 0x040012B0 RID: 4784
40 private readonly Type <ElementType>k__BackingField;
41
42 // Token: 0x040012B1 RID: 4785
44 private readonly int <Length>k__BackingField;
45 }
46}
class f__AnonymousType0<< Count > j__TPar