WeakListTEnumeratorMoveNext Method

Advances the enumerator to the next valid item in the collection.

Definition

Namespace: SnapDB.Collections
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public bool MoveNext()

Return Value

Boolean
true if the enumerator was successfully advanced to the next item; false if the end of the collection has been reached.

Implements

IEnumeratorMoveNext

Exceptions

InvalidOperationExceptionThe collection was modified after the enumerator was created.

See Also