Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

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

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 ICollection interface that always represents an empty collection.

Requirements

Namespace: log4net.Util

Assembly: log4net (in log4net.dll)

See Also

EmptyCollection Members | log4net.Util Namespace