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
ComponentCollection.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000332 RID: 818
8 {
9 // Token: 0x06001562 RID: 5474 RVA: 0x0004009C File Offset: 0x0003E29C
10 public ComponentCollection(IComponent[] components)
11 {
12 ArrayList innerList = base.InnerList;
13 }
14
15 // Token: 0x170004DF RID: 1247
16 public virtual IComponent this[string name]
17 {
18 get
19 {
20 if (name != null)
21 {
22 ArrayList innerList = base.InnerList;
23 }
24 long value = 0.m_value;
25 while (this == null)
26 {
27 }
28 if (this != null)
29 {
30 while (this == null)
31 {
32 }
33 while (this == null)
34 {
35 }
36 long num = 0L;
37 if (this != null)
38 {
39 }
40 if (num != 0L)
41 {
42 throw new OutOfMemoryException();
43 }
44 }
45 throw new InvalidCastException();
46 }
47 }
48
49 // Token: 0x170004E0 RID: 1248
50 public virtual IComponent this[int index]
51 {
52 get
53 {
54 ArrayList innerList = base.InnerList;
55 if (innerList == null || innerList != null)
56 {
57 }
58 throw new InvalidCastException();
59 }
60 }
61
62 // Token: 0x06001565 RID: 5477 RVA: 0x0004012C File Offset: 0x0003E32C
63 public void CopyTo(IComponent[] array, int index)
64 {
65 ArrayList innerList = base.InnerList;
66 }
67 }
68}
class f__AnonymousType0<< Count > j__TPar
void CopyTo(IComponent[] array, int index)