Gets the number of elements contained in the ICollection
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: Int32The number of elements contained in the ICollection.
Implements
ICollection CountRemarks
As the collection is empty the Count is always 0.
See Also