Test if the enumerator can advance, if so advance.
        false as the NullDictionaryEnumerator cannot advance.
 As the enumerator is over an empty collection its Current value cannot be moved over a valid position, therefore MoveNext will always return false. 
NullDictionaryEnumerator Class | log4net.Util Namespace