log4net SDK Reference

NullDictionaryEnumerator.Reset Method 

Resets the enumerator back to the start.

[Visual Basic]
NotOverridable Public Sub Reset() _
    Implements IEnumerator.Reset
[C#]
public void Reset();

Implements

IEnumerator.Reset

Remarks

As the enumerator is over an empty collection Reset does nothing.

See Also

NullDictionaryEnumerator Class | log4net.Util Namespace