Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Concurrent.IProducerConsumerCollection< T > Interface Template Reference

Public Member Functions

void CopyTo (T[] array, int index)
 
bool TryAdd (T item)
 
bool TryTake ([MaybeNullWhen(false)] out T item)
 
T[] ToArray ()
 
IEnumerator GetEnumerator ()
 
void CopyTo (Array array, int index)
 

Properties

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

Detailed Description

Definition at line 6 of file IProducerConsumerCollection.cs.


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