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
IgnoreSection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x0200000D RID: 13
7
public
sealed
class
IgnoreSection
:
ConfigurationSection
8
{
9
// Token: 0x0600001A RID: 26 RVA: 0x00002218 File Offset: 0x00000418
10
public
IgnoreSection
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x17000009 RID: 9
16
// (get) Token: 0x0600001B RID: 27 RVA: 0x0000222C File Offset: 0x0000042C
17
protected
internal
override
ConfigurationPropertyCollection
Properties
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x0600001C RID: 28 RVA: 0x00002240 File Offset: 0x00000440
26
protected
internal
override
void
DeserializeSection
(
XmlReader
xmlReader
)
27
{
28
throw
new
NotSupportedException
();
29
}
30
31
// Token: 0x0600001D RID: 29 RVA: 0x00002254 File Offset: 0x00000454
32
protected
internal
override
bool
IsModified
()
33
{
34
throw
new
NotSupportedException
();
35
}
36
37
// Token: 0x0600001E RID: 30 RVA: 0x00002268 File Offset: 0x00000468
38
protected
internal
override
void
Reset
(
ConfigurationElement
parentSection
)
39
{
40
throw
new
NotSupportedException
();
41
}
42
43
// Token: 0x0600001F RID: 31 RVA: 0x0000227C File Offset: 0x0000047C
44
protected
internal
override
void
ResetModified
()
45
{
46
throw
new
NotSupportedException
();
47
}
48
49
// Token: 0x06000020 RID: 32 RVA: 0x00002290 File Offset: 0x00000490
50
protected
internal
override
string
SerializeSection
(
ConfigurationElement
parentSection
,
string
name
,
ConfigurationSaveMode
saveMode
)
51
{
52
throw
new
NotSupportedException
();
53
}
54
}
55
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.ConfigurationSection
Definition
ConfigurationSection.cs:8
System.Configuration.IgnoreSection.ResetModified
override void ResetModified()
Definition
IgnoreSection.cs:44
System.Configuration.IgnoreSection.Properties
override ConfigurationPropertyCollection Properties
Definition
IgnoreSection.cs:18
System.Configuration.IgnoreSection.Reset
override void Reset(ConfigurationElement parentSection)
Definition
IgnoreSection.cs:38
System.Configuration.IgnoreSection.SerializeSection
override string SerializeSection(ConfigurationElement parentSection, string name, ConfigurationSaveMode saveMode)
Definition
IgnoreSection.cs:50
System.Configuration.IgnoreSection.IgnoreSection
IgnoreSection()
Definition
IgnoreSection.cs:10
System.Configuration.IgnoreSection.DeserializeSection
override void DeserializeSection(XmlReader xmlReader)
Definition
IgnoreSection.cs:26
System.Configuration.IgnoreSection.IsModified
override bool IsModified()
Definition
IgnoreSection.cs:32
System.Configuration.IgnoreSection
Definition
IgnoreSection.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Xml.XmlReader
Definition
XmlReader.cs:15
System.Configuration.ConfigurationSaveMode
ConfigurationSaveMode
Definition
ConfigurationSaveMode.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Xml
Definition
ElementWriter.cs:4
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System.Configuration
IgnoreSection.cs
Generated by
1.10.0