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
ObsoleteAttribute.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x020000E9 RID: 233
6 [AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Enum | AttributeTargets.Constructor | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field | AttributeTargets.Event | AttributeTargets.Interface | AttributeTargets.Delegate, Inherited = false)]
8 public sealed class ObsoleteAttribute : Attribute
9 {
10 // Token: 0x060008BF RID: 2239 RVA: 0x00015680 File Offset: 0x00013880
12 {
13 }
14
15 // Token: 0x060008C0 RID: 2240 RVA: 0x00015694 File Offset: 0x00013894
16 public ObsoleteAttribute(string message)
17 {
18 this._message = message;
19 }
20
21 // Token: 0x060008C1 RID: 2241 RVA: 0x000156B0 File Offset: 0x000138B0
22 public ObsoleteAttribute(string message, bool error)
23 {
24 this._message = message;
25 }
26
27 // Token: 0x17000099 RID: 153
28 // (get) Token: 0x060008C2 RID: 2242 RVA: 0x000156CC File Offset: 0x000138CC
29 public string Message
30 {
31 get
32 {
33 return this._message;
34 }
35 }
36
37 // Token: 0x0400037F RID: 895
38 private string _message;
39
40 // Token: 0x04000380 RID: 896
41 private bool _error;
42 }
43}
class f__AnonymousType0<< Count > j__TPar
ObsoleteAttribute(string message)
ObsoleteAttribute(string message, bool error)