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
ValidateInputAttribute.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: 0x02000023 RID: 35
8
[
AttributeUsage
(
AttributeTargets
.Field, AllowMultiple =
false
, Inherited =
true
)]
9
public
class
ValidateInputAttribute
:
ValidatorAttribute
10
{
11
// Token: 0x1700001F RID: 31
12
// (get) Token: 0x06000066 RID: 102 RVA: 0x00002940 File Offset: 0x00000B40
13
// (set) Token: 0x06000067 RID: 103 RVA: 0x00002954 File Offset: 0x00000B54
14
public
string
CallbackName
15
{
16
[
CompilerGenerated
]
17
get
18
{
19
return
this.<
CallbackName
>
k__BackingField
;
20
}
21
[
CompilerGenerated
]
22
private
set
23
{
24
this.<
CallbackName
>
k__BackingField
=
value
;
25
}
26
}
27
28
// Token: 0x17000020 RID: 32
29
// (get) Token: 0x06000068 RID: 104 RVA: 0x00002968 File Offset: 0x00000B68
30
// (set) Token: 0x06000069 RID: 105 RVA: 0x0000297C File Offset: 0x00000B7C
31
public
string
Message
32
{
33
[
CompilerGenerated
]
34
get
35
{
36
return
this.<
Message
>
k__BackingField
;
37
}
38
[
CompilerGenerated
]
39
private
set
40
{
41
this.<
Message
>
k__BackingField
=
value
;
42
}
43
}
44
45
// Token: 0x0600006A RID: 106 RVA: 0x00002990 File Offset: 0x00000B90
46
public
ValidateInputAttribute
(
string
callbackName
, [Optional]
string
message)
47
{
48
this.CallbackName
=
callbackName
;
49
this.Message
= message;
50
}
51
52
// Token: 0x04000031 RID: 49
53
[
CompilerGenerated
]
54
private
string <CallbackName>
k__BackingField
;
55
56
// Token: 0x04000032 RID: 50
57
[
CompilerGenerated
]
58
private
string <Message>
k__BackingField
;
59
}
60
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
NaughtyAttributes.ValidateInputAttribute.ValidateInputAttribute
ValidateInputAttribute(string callbackName, [Optional] string message)
Definition
ValidateInputAttribute.cs:46
NaughtyAttributes.ValidateInputAttribute.CallbackName
string CallbackName
Definition
ValidateInputAttribute.cs:15
NaughtyAttributes.ValidateInputAttribute.Message
string Message
Definition
ValidateInputAttribute.cs:32
NaughtyAttributes.ValidateInputAttribute.k__BackingField
string< CallbackName > k__BackingField
Definition
ValidateInputAttribute.cs:54
NaughtyAttributes.ValidateInputAttribute.k__BackingField
string< Message > k__BackingField
Definition
ValidateInputAttribute.cs:58
NaughtyAttributes.ValidateInputAttribute
Definition
ValidateInputAttribute.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
ValidateInputAttribute.cs
Generated by
1.10.0