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.
1using System;
3
5{
6 // Token: 0x02000008 RID: 8
7 [DebuggerDisplay("Count = {Count}")]
9 {
10 // Token: 0x17000002 RID: 2
11 // (get) Token: 0x0600000F RID: 15 RVA: 0x00002168 File Offset: 0x00000368
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
42
43 // Token: 0x06000013 RID: 19
44 protected abstract object GetElementKey(ConfigurationElement element);
45 }
46}
class f__AnonymousType0<< Count > j__TPar
object GetElementKey(ConfigurationElement element)
virtual ConfigurationElementCollectionType CollectionType