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
SettingsGroupNameAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x020004A6 RID: 1190
6
[
AttributeUsage
(
AttributeTargets
.Class)]
7
public
sealed
class
SettingsGroupNameAttribute
:
Attribute
8
{
9
// Token: 0x06002013 RID: 8211 RVA: 0x00052AD8 File Offset: 0x00050CD8
10
public
SettingsGroupNameAttribute
(
string
groupName
)
11
{
12
}
13
14
// Token: 0x17000785 RID: 1925
15
// (get) Token: 0x06002014 RID: 8212 RVA: 0x00052AE8 File Offset: 0x00050CE8
16
public
string
GroupName
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.SettingsGroupNameAttribute.GroupName
string GroupName
Definition
SettingsGroupNameAttribute.cs:17
System.Configuration.SettingsGroupNameAttribute.SettingsGroupNameAttribute
SettingsGroupNameAttribute(string groupName)
Definition
SettingsGroupNameAttribute.cs:10
System.Configuration.SettingsGroupNameAttribute
Definition
SettingsGroupNameAttribute.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsGroupNameAttribute.cs
Generated by
1.10.0