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
SettingsSerializeAsAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x020004AD RID: 1197
6
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Property)]
7
public
sealed
class
SettingsSerializeAsAttribute
:
Attribute
8
{
9
// Token: 0x06002026 RID: 8230 RVA: 0x00052C44 File Offset: 0x00050E44
10
public
SettingsSerializeAsAttribute
(
SettingsSerializeAs
serializeAs
)
11
{
12
}
13
14
// Token: 0x17000788 RID: 1928
15
// (get) Token: 0x06002027 RID: 8231 RVA: 0x00052C54 File Offset: 0x00050E54
16
public
SettingsSerializeAs
SerializeAs
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.SettingsSerializeAsAttribute.SerializeAs
SettingsSerializeAs SerializeAs
Definition
SettingsSerializeAsAttribute.cs:17
System.Configuration.SettingsSerializeAsAttribute.SettingsSerializeAsAttribute
SettingsSerializeAsAttribute(SettingsSerializeAs serializeAs)
Definition
SettingsSerializeAsAttribute.cs:10
System.Configuration.SettingsSerializeAsAttribute
Definition
SettingsSerializeAsAttribute.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration.SettingsSerializeAs
SettingsSerializeAs
Definition
SettingsSerializeAs.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsSerializeAsAttribute.cs
Generated by
1.10.0