log4net SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.IsSynchronized Property

Gets a value indicating whether access to the collection is synchronized (thread-safe).

[Visual Basic]
Overridable Public ReadOnly Property IsSynchronized As Boolean _
    Implements ICollection.IsSynchronized
[C#]
public virtual bool IsSynchronized {get;}

Implements

ICollection.IsSynchronized

See Also

AppenderCollection Class | log4net.Appender Namespace