EmptyDictionaryCount Property Apache log4net™ SDK Documentation
Gets the number of elements contained in the ICollection

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public int Count { get; }

Property Value

Type: Int32
The number of elements contained in the ICollection.

Implements

ICollectionCount
Remarks

As the collection is empty the Count is always 0.

See Also

Reference