Gets an object that can be used to synchronize access to the ICollection.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Property Value
Type: ObjectAn object that can be used to synchronize access to the ICollection.
Implements
ICollectionSyncRootRemarks
As the collection is empty and thread safe and synchronized this instance is also the SyncRoot object.
See Also