log4net SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.Count Property

Gets the number of elements actually contained in the AppenderCollection.

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

Implements

ICollection.Count

See Also

AppenderCollection Class | log4net.Appender Namespace