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
ConfigurationElementCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Diagnostics
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x02000008 RID: 8
7
[
DebuggerDisplay
(
"Count = {Count}"
)]
8
public
abstract
class
ConfigurationElementCollection
:
ConfigurationElement
9
{
10
// Token: 0x17000002 RID: 2
11
// (get) Token: 0x0600000F RID: 15 RVA: 0x00002168 File Offset: 0x00000368
12
public
virtual
ConfigurationElementCollectionType
CollectionType
13
{
14
get
15
{
16
throw
new
NotSupportedException
();
17
}
18
}
19
20
// Token: 0x17000003 RID: 3
21
// (get) Token: 0x06000010 RID: 16 RVA: 0x0000217C File Offset: 0x0000037C
22
protected
virtual
string
ElementName
23
{
24
get
25
{
26
throw
new
NotSupportedException
();
27
}
28
}
29
30
// Token: 0x17000004 RID: 4
31
// (get) Token: 0x06000011 RID: 17 RVA: 0x00002190 File Offset: 0x00000390
32
protected
virtual
bool
ThrowOnDuplicate
33
{
34
get
35
{
36
throw
new
NotSupportedException
();
37
}
38
}
39
40
// Token: 0x06000012 RID: 18
41
protected
abstract
ConfigurationElement
CreateNewElement
();
42
43
// Token: 0x06000013 RID: 19
44
protected
abstract
object
GetElementKey
(
ConfigurationElement
element);
45
}
46
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationElementCollection.ThrowOnDuplicate
virtual bool ThrowOnDuplicate
Definition
ConfigurationElementCollection.cs:33
System.Configuration.ConfigurationElementCollection.CreateNewElement
ConfigurationElement CreateNewElement()
System.Configuration.ConfigurationElementCollection.GetElementKey
object GetElementKey(ConfigurationElement element)
System.Configuration.ConfigurationElementCollection.ElementName
virtual string ElementName
Definition
ConfigurationElementCollection.cs:23
System.Configuration.ConfigurationElementCollection.CollectionType
virtual ConfigurationElementCollectionType CollectionType
Definition
ConfigurationElementCollection.cs:13
System.Configuration.ConfigurationElementCollection
Definition
ConfigurationElementCollection.cs:9
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration.ConfigurationElementCollectionType
ConfigurationElementCollectionType
Definition
ConfigurationElementCollectionType.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Diagnostics
Definition
ConditionalAttribute.cs:5
System
Definition
__ComObject.cs:4
source
System.Configuration
ConfigurationElementCollection.cs
Generated by
1.10.0