7 [__DynamicallyInvokable]
19 [__DynamicallyInvokable]
20 void CopyTo(
T[] array,
int index);
26 [__DynamicallyInvokable]
32 [__DynamicallyInvokable]
37 [__DynamicallyInvokable]
T [] ToArray()
Copies the elements contained in the T:System.Collections.Concurrent.IProducerConsumerCollection`1 to...
Exposes an enumerator, which supports a simple iteration over a non-generic collection....
bool TryAdd(T item)
Attempts to add an object to the T:System.Collections.Concurrent.IProducerConsumerCollection`1.
Defines methods to manipulate thread-safe collections intended for producer/consumer usage....
Defines size, enumerators, and synchronization methods for all nongeneric collections.
bool TryTake(out T item)
Attempts to remove and return an object from the T:System.Collections.Concurrent.IProducerConsumerCol...
void CopyTo(T[] array, int index)
Copies the elements of the T:System.Collections.Concurrent.IProducerConsumerCollection`1 to an T:Syst...