Gets the number of elements contained in the ICollection.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: Int32The number of elements contained in the ICollection.
Implements
ICollectionCountRemarks
As the collection is empty the Count is always 0.
See Also