log4net SDK Reference

EmptyCollection Class

An always empty ICollection.

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

System.Object
   log4net.Util.EmptyCollection

[Visual Basic]
NotInheritable Public Class EmptyCollection
    Implements ICollection, IEnumerable
[C#]
public sealed class EmptyCollection : ICollection, IEnumerable

Thread Safety

This type is not safe for multithreaded operations.

Remarks

A singleton implementation of the ICollection interface that always represents an empty collection.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

EmptyCollection Members | log4net.Util Namespace