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 ()
 
void CopyTo (T[] array, int index)
 

Detailed Description

Definition at line 32 of file IProducerConsumerCollection.cs.

Member Function Documentation


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