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.
1
using
System
;
2
using
System.Diagnostics
;
3
using
System.Runtime.CompilerServices
;
4
5
namespace
UnityEngine.Bindings
6
{
7
// Token: 0x02000015 RID: 21
8
[
VisibleToOtherModules
]
9
[
AttributeUsage
(
AttributeTargets
.Parameter)]
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
{
16
[
CompilerGenerated
]
17
set
18
{
19
this.<
Exception
>
k__BackingField
=
value
;
20
}
21
}
22
23
// Token: 0x0600002F RID: 47 RVA: 0x0000249C File Offset: 0x0000069C
24
public
NotNullAttribute
(
string
exception
=
"ArgumentNullException"
)
25
{
26
this.Exception
=
exception
;
27
}
28
29
// Token: 0x0400001C RID: 28
30
[
CompilerGenerated
]
31
[
DebuggerBrowsable
(
DebuggerBrowsableState
.Never)]
32
private
string <Exception>
k__BackingField
;
33
}
34
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Exception
Definition
Exception.cs:15
UnityEngine.Bindings.NotNullAttribute.NotNullAttribute
NotNullAttribute(string exception="ArgumentNullException")
Definition
NotNullAttribute.cs:24
UnityEngine.Bindings.NotNullAttribute.k__BackingField
string< Exception > k__BackingField
Definition
NotNullAttribute.cs:32
UnityEngine.Bindings.NotNullAttribute
Definition
NotNullAttribute.cs:11
System.Diagnostics.DebuggerBrowsableState
DebuggerBrowsableState
Definition
DebuggerBrowsableState.cs:9
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.value
@ value
System.ExceptionArgument.exception
@ exception
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine.Bindings
Definition
CodegenOptions.cs:4
source
UnityEngine.SharedInternalsModule
UnityEngine
Bindings
NotNullAttribute.cs
Generated by
1.10.0