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
SchemeSettingElementCollection.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020004A3 RID: 1187
6 [ConfigurationCollection(typeof(SchemeSettingElement), CollectionType = 1, AddItemName = "add", ClearItemsName = "clear", RemoveItemName = "remove")]
8 {
9 // Token: 0x06002008 RID: 8200 RVA: 0x00052A04 File Offset: 0x00050C04
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x17000781 RID: 1921
16 // (get) Token: 0x06002009 RID: 8201 RVA: 0x00052A18 File Offset: 0x00050C18
18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 }
24
25 // Token: 0x0600200A RID: 8202 RVA: 0x00052A2C File Offset: 0x00050C2C
27 {
28 throw new NotSupportedException();
29 }
30
31 // Token: 0x17000782 RID: 1922
32 public SchemeSettingElement this[string name]
33 {
34 get
35 {
36 throw new NotSupportedException();
37 }
38 }
39
40 // Token: 0x0600200C RID: 8204 RVA: 0x00052A54 File Offset: 0x00050C54
42 {
43 throw new NotSupportedException();
44 }
45
46 // Token: 0x0600200D RID: 8205 RVA: 0x00052A68 File Offset: 0x00050C68
47 protected override object GetElementKey(ConfigurationElement element)
48 {
49 throw new NotSupportedException();
50 }
51
52 // Token: 0x0600200E RID: 8206 RVA: 0x00052A7C File Offset: 0x00050C7C
53 public int IndexOf(SchemeSettingElement element)
54 {
55 throw new NotSupportedException();
56 }
57 }
58}
class f__AnonymousType0<< Count > j__TPar
override object GetElementKey(ConfigurationElement element)
override ConfigurationElementCollectionType CollectionType