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.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
Cpp2ILInjected
;
4
5
namespace
System.Collections.Concurrent
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
System.Collections.Concurrent.IProducerConsumerCollection.TryTake
bool TryTake(out T item)
System.Collections.Concurrent.IProducerConsumerCollection.TryAdd
bool TryAdd(T item)
System.Collections.Concurrent.IProducerConsumerCollection.ToArray
T[] ToArray()
System.Collections.Concurrent.IProducerConsumerCollection
Definition
IProducerConsumerCollection.cs:9
System.Collections.ICollection
Definition
ICollection.cs:8
System.Collections.IEnumerable
Definition
IEnumerable.cs:8
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System.Collections.Concurrent
Definition
CDSCollectionETWBCLProvider.cs:7
System.Collections.Generic
Definition
ArrayBuilder.cs:6
System.ExceptionArgument.item
@ item
System
Definition
__Il2CppComDelegate.cs:6
source
mscorlib
System
Collections
Concurrent
IProducerConsumerCollection.cs
Generated by
1.10.0