ReadOnlySinglyLinkedList<T>.Enumerator.MoveNext Method |
Advances the enumerator to the next element of the collection.
Namespace: PostSharp.Collections
Assembly: PostSharp (in PostSharp.dll) Version: 6.8.6.0 (6.8.6.0)
C#
public bool MoveNext()
Return Value
Type: Booleantrue if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Implements
IEnumerator.MoveNext()Exception | Condition |
---|---|
InvalidOperationException | The collection was modified after the enumerator was created. |