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
TupleElementNamesAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.CompilerServices
4
{
5
// Token: 0x02000480 RID: 1152
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Property |
AttributeTargets
.Field |
AttributeTargets
.Event |
AttributeTargets
.Parameter |
AttributeTargets
.ReturnValue)]
7
[
CLSCompliant
(
false
)]
8
public
sealed
class
TupleElementNamesAttribute
:
Attribute
9
{
10
// Token: 0x0600222A RID: 8746 RVA: 0x0004D040 File Offset: 0x0004B240
11
public
TupleElementNamesAttribute
(
string
[]
transformNames
)
12
{
13
do
14
{
15
base
..ctor();
16
}
17
while
(
transformNames
==
null
);
18
this._transformNames
=
transformNames
;
19
}
20
21
// Token: 0x040012B7 RID: 4791
22
private
readonly
string
[]
_transformNames
;
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.CompilerServices.TupleElementNamesAttribute._transformNames
readonly string[] _transformNames
Definition
TupleElementNamesAttribute.cs:22
System.Runtime.CompilerServices.TupleElementNamesAttribute.TupleElementNamesAttribute
TupleElementNamesAttribute(string[] transformNames)
Definition
TupleElementNamesAttribute.cs:11
System.Runtime.CompilerServices.TupleElementNamesAttribute
Definition
TupleElementNamesAttribute.cs:9
System.Runtime.CompilerServices
Definition
AsyncMethodBuilderAttribute.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
CompilerServices
TupleElementNamesAttribute.cs
Generated by
1.10.0