|
| .NET Framework Class Library |
| ConcurrentQueue<(Of <(T>)>)..::.IEnumerable..::.GetEnumerator Method |
| ConcurrentQueue<(Of <(T>)>) Class See Also Send Feedback |
Returns an enumerator that iterates through a collection.
Namespace:
System.Collections.Concurrent
Assembly:
System.Threading (in System.Threading.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Private Function GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator |
| C# |
|---|
IEnumerator IEnumerable.GetEnumerator() |