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
FixedBufferAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.CompilerServices
4
{
5
// Token: 0x02000470 RID: 1136
6
[
AttributeUsage
(
AttributeTargets
.Field, Inherited =
false
)]
7
public
sealed
class
FixedBufferAttribute
:
Attribute
8
{
9
// Token: 0x0600220E RID: 8718 RVA: 0x0004CDD4 File Offset: 0x0004AFD4
10
public
FixedBufferAttribute
(
Type
elementType
,
int
length
)
11
{
12
this.ElementType
=
elementType
;
13
this.Length
=
length
;
14
}
15
16
// Token: 0x17000468 RID: 1128
17
// (get) Token: 0x0600220F RID: 8719 RVA: 0x0004CDF8 File Offset: 0x0004AFF8
18
public
Type
ElementType
19
{
20
[
CompilerGenerated
]
21
get
22
{
23
return
this.<
ElementType
>
k__BackingField
;
24
}
25
}
26
27
// Token: 0x17000469 RID: 1129
28
// (get) Token: 0x06002210 RID: 8720 RVA: 0x0004CE0C File Offset: 0x0004B00C
29
public
int
Length
30
{
31
[
CompilerGenerated
]
32
get
33
{
34
return
this.<
Length
>
k__BackingField
;
35
}
36
}
37
38
// Token: 0x040012B0 RID: 4784
39
[
CompilerGenerated
]
40
private
readonly
Type <ElementType>
k__BackingField
;
41
42
// Token: 0x040012B1 RID: 4785
43
[
CompilerGenerated
]
44
private
readonly
int <Length>
k__BackingField
;
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.CompilerServices.FixedBufferAttribute.ElementType
Type ElementType
Definition
FixedBufferAttribute.cs:19
System.Runtime.CompilerServices.FixedBufferAttribute.FixedBufferAttribute
FixedBufferAttribute(Type elementType, int length)
Definition
FixedBufferAttribute.cs:10
System.Runtime.CompilerServices.FixedBufferAttribute.k__BackingField
readonly Type< ElementType > k__BackingField
Definition
FixedBufferAttribute.cs:40
System.Runtime.CompilerServices.FixedBufferAttribute.Length
int Length
Definition
FixedBufferAttribute.cs:30
System.Runtime.CompilerServices.FixedBufferAttribute.k__BackingField
readonly int< Length > k__BackingField
Definition
FixedBufferAttribute.cs:44
System.Runtime.CompilerServices.FixedBufferAttribute
Definition
FixedBufferAttribute.cs:8
System.Type
Definition
Type.cs:12
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.ExceptionArgument.length
@ length
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
CompilerServices
FixedBufferAttribute.cs
Generated by
1.10.0