log4net SDK Reference

AppenderCollection.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.Appender.AppenderCollection.SyncRoot

See Also

AppenderCollection Class | log4net.Appender Namespace