AppenderCollectionIsSynchronized Property Apache log4net™ SDK Documentation
Gets a value indicating whether access to the collection is synchronized (thread-safe).

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual bool IsSynchronized { get; }

Return Value

Type: Boolean
false, because the backing type is an array, which is never thread-safe.

Implements

ICollectionIsSynchronized
See Also

Reference