System.Collections.Concurrent.BlockingCollection<T>.GetConsumingEnumerable Method

Provides a consuming IEnumerator`1 for items in the collection.

Syntax

public IEnumerable<T> GetConsumingEnumerable ()

Returns

An IEnumerable`1 that removes and returns items from the collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Collections.Concurrent
Assembly: System (in System.dll)
Assembly Versions: 4.0.0.0