NullEnumerator MoveNext Method Apache log4net™ SDK Documentation
Test if the enumerator can advance, if so advance

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

public bool MoveNext()

Return Value

Type: OnlineBoolean
false as the NullEnumerator cannot advance.

Implements

OnlineIEnumerator MoveNext 
Remarks

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