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
IProducerConsumerCollection.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
using
System.Runtime.InteropServices
;
4
5
namespace
System.Collections.Concurrent
6
{
7
// Token: 0x0200061C RID: 1564
8
public
interface
IProducerConsumerCollection
<T> :
IEnumerable
<T>,
IEnumerable
,
ICollection
9
{
10
// Token: 0x06002FC7 RID: 12231
11
bool
TryAdd
(T
item
);
12
13
// Token: 0x06002FC8 RID: 12232
14
bool
TryTake
([Out] T
item
);
15
16
// Token: 0x06002FC9 RID: 12233
17
T[]
ToArray
();
18
}
19
}
System.Collections.Concurrent.IProducerConsumerCollection.TryAdd
bool TryAdd(T item)
System.Collections.Concurrent.IProducerConsumerCollection.TryTake
bool TryTake([Out] T item)
System.Collections.Concurrent.IProducerConsumerCollection.ToArray
T[] ToArray()
System.Collections.Concurrent.IProducerConsumerCollection
Definition
IProducerConsumerCollection.cs:9
System.Collections.ICollection
Definition
ICollection.cs:7
System.Collections.IEnumerable
Definition
IEnumerable.cs:7
System.Collections.Concurrent
Definition
CDSCollectionETWBCLProvider.cs:5
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.ExceptionArgument.item
@ item
System
Definition
__ComObject.cs:4
source
mscorlib
System
Collections
Concurrent
IProducerConsumerCollection.cs
Generated by
1.10.0