NullDictionaryEnumeratorMoveNext Method Apache log4net™ SDK Documentation
Test if the enumerator can advance, if so advance.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public bool MoveNext()

Return Value

Type: Boolean
false as the NullDictionaryEnumerator cannot advance.

Implements

IEnumeratorMoveNext
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

Reference