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
IProducerConsumerCollection.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200061C")]
8 public interface IProducerConsumerCollection<T> : global::System.Collections.Generic.IEnumerable<T>, IEnumerable, ICollection
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6002FC7")]
11 bool TryAdd(T item);
12
13 [global::Cpp2ILInjected.Token(Token = "0x6002FC8")]
14 bool TryTake(out T item);
15
16 [global::Cpp2ILInjected.Token(Token = "0x6002FC9")]
17 T[] ToArray();
18 }
19}
class f__AnonymousType0<< Count > j__TPar