log4net SDK Reference

EmptyCollection.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

EmptyCollection Class | log4net.Util Namespace