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
EditorBrowsableAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.ComponentModel
4
{
5
// Token: 0x0200032C RID: 812
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Constructor |
AttributeTargets
.Method |
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Event |
AttributeTargets
.Interface |
AttributeTargets
.Delegate)]
7
public
sealed
class
EditorBrowsableAttribute
:
Attribute
8
{
9
// Token: 0x0600152D RID: 5421 RVA: 0x0003FA98 File Offset: 0x0003DC98
10
public
EditorBrowsableAttribute
(
EditorBrowsableState
state
)
11
{
12
this.browsableState
=
state
;
13
}
14
15
// Token: 0x0600152E RID: 5422 RVA: 0x0003FAB4 File Offset: 0x0003DCB4
16
public
EditorBrowsableAttribute
()
17
{
18
}
19
20
// Token: 0x170004D6 RID: 1238
21
// (get) Token: 0x0600152F RID: 5423 RVA: 0x0003FAC8 File Offset: 0x0003DCC8
22
public
EditorBrowsableState
State
23
{
24
get
25
{
26
return
this.
browsableState
;
27
}
28
}
29
30
// Token: 0x06001530 RID: 5424 RVA: 0x0003FADC File Offset: 0x0003DCDC
31
public
override
bool
Equals
(
object
obj
)
32
{
33
if
(obj !=
null
)
34
{
35
}
36
return
true
;
37
}
38
39
// Token: 0x06001531 RID: 5425 RVA: 0x0003FAF8 File Offset: 0x0003DCF8
40
public
override
int
GetHashCode
()
41
{
42
return
base
.GetHashCode();
43
}
44
45
// Token: 0x0400116E RID: 4462
46
private
EditorBrowsableState
browsableState
;
47
}
48
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.ComponentModel.EditorBrowsableAttribute.GetHashCode
override int GetHashCode()
Definition
EditorBrowsableAttribute.cs:40
System.ComponentModel.EditorBrowsableAttribute.browsableState
EditorBrowsableState browsableState
Definition
EditorBrowsableAttribute.cs:46
System.ComponentModel.EditorBrowsableAttribute.EditorBrowsableAttribute
EditorBrowsableAttribute(EditorBrowsableState state)
Definition
EditorBrowsableAttribute.cs:10
System.ComponentModel.EditorBrowsableAttribute.State
EditorBrowsableState State
Definition
EditorBrowsableAttribute.cs:23
System.ComponentModel.EditorBrowsableAttribute.EditorBrowsableAttribute
EditorBrowsableAttribute()
Definition
EditorBrowsableAttribute.cs:16
System.ComponentModel.EditorBrowsableAttribute.Equals
override bool Equals(object obj)
Definition
EditorBrowsableAttribute.cs:31
System.ComponentModel.EditorBrowsableAttribute
Definition
EditorBrowsableAttribute.cs:8
System.ComponentModel.EditorBrowsableState
EditorBrowsableState
Definition
EditorBrowsableState.cs:7
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.ExceptionArgument.state
@ state
System.ExceptionArgument.obj
@ obj
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
ComponentModel
EditorBrowsableAttribute.cs
Generated by
1.10.0