Legend
| Method: IEnumerator<T> GetEnumerator()
Declarationpublic IEnumerator<T> GetEnumerator() SummaryReturns an enumerator that allows safe reading from this channel. Multiple threads can call this to iterate over the channel; the items from the channel are spread across those threads.RemarksThe safest way to use this is with aforeach loop. |