log4net SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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