log4net SDK Reference

EmptyDictionary.Count Property

Gets the number of elements contained in the ICollection

[Visual Basic]
NotOverridable Public ReadOnly Property Count As Integer _
    Implements ICollection.Count
[C#]
public int Count {get;}

Property Value

The number of elements contained in the ICollection.

Implements

ICollection.Count

Remarks

As the collection is empty the Count is always 0.

See Also

EmptyDictionary Class | log4net.Util Namespace