Test if the enumerator can advance, if so advance
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: Booleanfalse as the NullEnumerator cannot advance.
Implements
IEnumeratorMoveNextRemarks
As the enumerator is over an empty collection its Current value cannot be moved over a valid position, therefore MoveNext will always return false.
See Also