Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.SynchronousChannel< T > Class Template Referencesealed

Package Functions

 SynchronousChannel ()
 
void Init ()
 
void Enqueue (T item)
 
T Dequeue ()
 
void SetDone ()
 
void CopyTo (T[] array, int arrayIndex)
 

Properties

int Count [get]
 

Private Attributes

Queue< T_queue
 

Detailed Description

Definition at line 5 of file SynchronousChannel.cs.


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