terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
NotNullAttribute.cs
Go to the documentation of this file.
1using System;
6
8{
11 [global::Cpp2ILInjected.Token(Token = "0x2000015")]
12 internal class NotNullAttribute : Attribute
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x17000013")]
15 public string Exception
16 {
18 [global::Cpp2ILInjected.Token(Token = "0x600002E")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1FA40EC", Offset = "0x1FA40EC", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 set
22 {
23 throw null;
24 }
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600002F")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1FA40F4", Offset = "0x1FA40F4", Length = "0x28")]
29 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
31 public NotNullAttribute(string exception = "ArgumentNullException")
32 {
33 throw null;
34 }
35
38 [global::Cpp2ILInjected.Token(Token = "0x400001C")]
39 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
40 private string <Exception>k__BackingField;
41 }
42}
class f__AnonymousType0<< Count > j__TPar
NotNullAttribute(string exception="ArgumentNullException")