log4net SDK Reference

NullEnumerator Class

An always empty IEnumerator.

For a list of all members of this type, see NullEnumerator Members.

System.Object
   log4net.Util.NullEnumerator

[Visual Basic]
NotInheritable Public Class NullEnumerator
    Implements IEnumerator
[C#]
public sealed class NullEnumerator : IEnumerator

Thread Safety

This type is not safe for multithreaded operations.

Remarks

A singleton implementation of the IEnumerator over a collection that is empty and not modifiable.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

NullEnumerator Members | log4net.Util Namespace