Gets a value indicating whether access to the collection is synchronized (thread-safe).
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: Booleanfalse, because the backing type is an array, which is never thread-safe.
Implements
ICollectionIsSynchronizedSee Also