Gets a value indicating if access to the ICollection is synchronized (thread-safe).
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: Booleantrue if access to the ICollection is synchronized (thread-safe); otherwise, false.
Implements
ICollectionIsSynchronizedRemarks
For the EmptyCollection this property is always true.
See Also