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
NotNullAttribute.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000015 RID: 21
10 internal class NotNullAttribute : Attribute
11 {
12 // Token: 0x17000013 RID: 19
13 // (set) Token: 0x0600002E RID: 46 RVA: 0x00002488 File Offset: 0x00000688
14 public string Exception
15 {
17 set
18 {
20 }
21 }
22
23 // Token: 0x0600002F RID: 47 RVA: 0x0000249C File Offset: 0x0000069C
24 public NotNullAttribute(string exception = "ArgumentNullException")
25 {
27 }
28
29 // Token: 0x0400001C RID: 28
32 private string <Exception>k__BackingField;
33 }
34}
class f__AnonymousType0<< Count > j__TPar
NotNullAttribute(string exception="ArgumentNullException")