EmptyCollection ClassApache log4net™ SDK Documentation
An always empty OnlineICollection.
Inheritance Hierarchy

OnlineSystem Object
  log4net.Util EmptyCollection

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

[SerializableAttribute]
public sealed class EmptyCollection : ICollection, 
	IEnumerable
Remarks

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

See Also