Test if the enumerator can advance, if so advance
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Return Value
Type: Booleanfalse as the NullEnumerator cannot advance.
Implements
IEnumerator MoveNextRemarks
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