log4net SDK Reference

PluginCollection.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;}

Property Value

An object that can be used to synchronize access to the collection.

Implements

ICollection.SyncRoot

Remarks

Missing <remarks> documentation for P:log4net.Plugin.PluginCollection.SyncRoot

See Also

PluginCollection Class | log4net.Plugin Namespace