log4net SDK Reference

LevelCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the collection.

[Visual Basic]
Overridable Public ReadOnly Property SyncRoot As Object _
    Implements ICollection.SyncRoot
[C#]
public virtual object SyncRoot {get;}

Implements

ICollection.SyncRoot

Remarks

Missing <remarks> documentation for P:log4net.Core.LevelCollection.SyncRoot

See Also

LevelCollection Class | log4net.Core Namespace