Struct ConcurrentCollector<T>.Enumerator
- Implements
-
IEnumerator<T>
- Inherited Members
- Extension Methods
Properties
Current
Gets the element in the collection at the current position of the enumerator.
Property Value
- T
The element in the collection at the current position of the enumerator.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
MoveNext()
Advances the enumerator to the next element of the collection.
Returns
- bool
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions
- Invalid
Operation Exception The collection was modified after the enumerator was created.