terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ICollection.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Collections
5{
6 [global::Cpp2ILInjected.Token(Token = "0x20005E3")]
7 public interface ICollection : IEnumerable
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x6002DA3")]
10 void CopyTo(global::System.Array array, int index);
11
12 [global::Cpp2ILInjected.Token(Token = "0x170006F6")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6002DA4")]
16 get;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x170006F7")]
20 object SyncRoot
21 {
22 [global::Cpp2ILInjected.Token(Token = "0x6002DA5")]
23 get;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x170006F8")]
28 {
29 [global::Cpp2ILInjected.Token(Token = "0x6002DA6")]
30 get;
31 }
32 }
33}
void CopyTo(global::System.Array array, int index)