EmptyDictionary Count Property Apache log4net™ SDK Documentation
Gets the number of elements contained in the OnlineICollection

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

public int Count { get; }

Property Value

Type: OnlineInt32
The number of elements contained in the OnlineICollection.

Implements

OnlineICollection Count
Remarks

As the collection is empty the Count is always 0.

See Also