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
RequiredAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.CompilerServices
;
3
using
System.Runtime.InteropServices
;
4
5
namespace
NaughtyAttributes
6
{
7
// Token: 0x02000022 RID: 34
8
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
false
, Inherited =
true
)]
9
public
class
RequiredAttribute
:
ValidatorAttribute
10
{
11
// Token: 0x1700001E RID: 30
12
// (get) Token: 0x06000063 RID: 99 RVA: 0x000028FC File Offset: 0x00000AFC
13
// (set) Token: 0x06000064 RID: 100 RVA: 0x00002910 File Offset: 0x00000B10
14
public
string
Message
15
{
16
[
CompilerGenerated
]
17
get
18
{
19
return
this.<
Message
>
k__BackingField
;
20
}
21
[
CompilerGenerated
]
22
private
set
23
{
24
this.<
Message
>
k__BackingField
=
value
;
25
}
26
}
27
28
// Token: 0x06000065 RID: 101 RVA: 0x00002924 File Offset: 0x00000B24
29
public
RequiredAttribute
([Optional]
string
message)
30
{
31
this.Message
= message;
32
}
33
34
// Token: 0x04000030 RID: 48
35
[
CompilerGenerated
]
36
private
string <Message>
k__BackingField
;
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.RequiredAttribute.k__BackingField
string< Message > k__BackingField
Definition
RequiredAttribute.cs:36
NaughtyAttributes.RequiredAttribute.RequiredAttribute
RequiredAttribute([Optional] string message)
Definition
RequiredAttribute.cs:29
NaughtyAttributes.RequiredAttribute.Message
string Message
Definition
RequiredAttribute.cs:15
NaughtyAttributes.RequiredAttribute
Definition
RequiredAttribute.cs:10
NaughtyAttributes.ValidatorAttribute
Definition
ValidatorAttribute.cs:7
NaughtyAttributes
Definition
BoxGroupAttribute.cs:5
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
NaughtyAttributes.Core
NaughtyAttributes
RequiredAttribute.cs
Generated by
1.10.0