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
DefaultParameterValueAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Runtime.InteropServices
4
{
5
// Token: 0x020000A2 RID: 162
6
[
AttributeUsage
(
AttributeTargets
.Parameter)]
7
public
sealed
class
DefaultParameterValueAttribute
:
Attribute
8
{
9
// Token: 0x060002D8 RID: 728 RVA: 0x0000AD6C File Offset: 0x00008F6C
10
public
DefaultParameterValueAttribute
(
object
value
)
11
{
12
this.value
=
value
;
13
}
14
15
// Token: 0x17000098 RID: 152
16
// (get) Token: 0x060002D9 RID: 729 RVA: 0x0000AD88 File Offset: 0x00008F88
17
public
object
Value
18
{
19
get
20
{
21
return
this.
value
;
22
}
23
}
24
25
// Token: 0x04000277 RID: 631
26
private
object
value
;
27
}
28
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.InteropServices.DefaultParameterValueAttribute.Value
object Value
Definition
DefaultParameterValueAttribute.cs:18
System.Runtime.InteropServices.DefaultParameterValueAttribute.value
object value
Definition
DefaultParameterValueAttribute.cs:26
System.Runtime.InteropServices.DefaultParameterValueAttribute.DefaultParameterValueAttribute
DefaultParameterValueAttribute(object value)
Definition
DefaultParameterValueAttribute.cs:10
System.Runtime.InteropServices.DefaultParameterValueAttribute
Definition
DefaultParameterValueAttribute.cs:8
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
Runtime
InteropServices
DefaultParameterValueAttribute.cs
Generated by
1.10.0