log4net SDK Reference

NullDictionaryEnumerator.MoveNext Method 

Test if the enumerator can advance, if so advance.

[Visual Basic]
NotOverridable Public Function MoveNext() As Boolean _
    Implements IEnumerator.MoveNext
[C#]
public bool MoveNext();

Return Value

false as the NullDictionaryEnumerator cannot advance.

Implements

IEnumerator.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

NullDictionaryEnumerator Class | log4net.Util Namespace