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
DataContractAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000002 RID: 2
6 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum, Inherited = false, AllowMultiple = false)]
7 public sealed class DataContractAttribute : Attribute
8 {
9 // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
11 {
12 }
13
14 // Token: 0x17000001 RID: 1
15 // (get) Token: 0x06000002 RID: 2 RVA: 0x00002064 File Offset: 0x00000264
16 public bool IsReference
17 {
18 get
19 {
20 return this.isReference;
21 }
22 }
23
24 // Token: 0x04000001 RID: 1
25 private bool isReference;
26 }
27}
class f__AnonymousType0<< Count > j__TPar