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
HeaderAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
UnityEngine
4
{
5
// Token: 0x0200008D RID: 141
6
[
AttributeUsage
(
AttributeTargets
.Field, Inherited =
true
, AllowMultiple =
true
)]
7
public
class
HeaderAttribute
:
PropertyAttribute
8
{
9
// Token: 0x06000282 RID: 642 RVA: 0x00005AB0 File Offset: 0x00003CB0
10
public
HeaderAttribute
(
string
header
)
11
{
12
this.header
=
header
;
13
}
14
15
// Token: 0x04000324 RID: 804
16
public
readonly
string
header
;
17
}
18
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
UnityEngine.HeaderAttribute.HeaderAttribute
HeaderAttribute(string header)
Definition
HeaderAttribute.cs:10
UnityEngine.HeaderAttribute.header
readonly string header
Definition
HeaderAttribute.cs:16
UnityEngine.HeaderAttribute
Definition
HeaderAttribute.cs:8
UnityEngine.PropertyAttribute
Definition
PropertyAttribute.cs:8
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
UnityEngine
Definition
_AndroidJNIHelper.cs:6
source
UnityEngine.CoreModule
UnityEngine
HeaderAttribute.cs
Generated by
1.10.0