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
System.Collections.Concurrent.IProducerConsumerCollection< T > Interface Template Reference
+ Inheritance diagram for System.Collections.Concurrent.IProducerConsumerCollection< T >:
+ Collaboration diagram for System.Collections.Concurrent.IProducerConsumerCollection< T >:

Public Member Functions

bool TryAdd (T item)
 
bool TryTake (out T item)
 
T[] ToArray ()
 
IEnumerator GetEnumerator ()
 
void CopyTo (global::System.Array array, int index)
 

Properties

int Count [get]
 
object SyncRoot [get]
 
bool IsSynchronized [get]
 

Detailed Description

Definition at line 8 of file IProducerConsumerCollection.cs.


The documentation for this interface was generated from the following file: