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
DefaultSettingValueAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x02000496 RID: 1174
6
[
AttributeUsage
(
AttributeTargets
.Property)]
7
public
sealed
class
DefaultSettingValueAttribute
:
Attribute
8
{
9
// Token: 0x06001FDA RID: 8154 RVA: 0x0005273C File Offset: 0x0005093C
10
public
DefaultSettingValueAttribute
(
string
value
)
11
{
12
}
13
14
// Token: 0x17000772 RID: 1906
15
// (get) Token: 0x06001FDB RID: 8155 RVA: 0x0005274C File Offset: 0x0005094C
16
public
string
Value
17
{
18
get
19
{
20
throw
new
NotSupportedException
();
21
}
22
}
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Configuration.DefaultSettingValueAttribute.Value
string Value
Definition
DefaultSettingValueAttribute.cs:17
System.Configuration.DefaultSettingValueAttribute.DefaultSettingValueAttribute
DefaultSettingValueAttribute(string value)
Definition
DefaultSettingValueAttribute.cs:10
System.Configuration.DefaultSettingValueAttribute
Definition
DefaultSettingValueAttribute.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.value
@ value
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
Configuration
DefaultSettingValueAttribute.cs
Generated by
1.10.0