LevelCollection ILevelCollectionEnumerator MoveNext Method Apache log4net™ SDK Documentation
Advances the enumerator to the next element in the collection.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

bool MoveNext()

Return Value

Type: OnlineBoolean
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
Exceptions

ExceptionCondition
OnlineSystem InvalidOperationException The collection was modified after the enumerator was created.
See Also