log4net SDK Reference

LevelCollection.IsSynchronized Property

Gets a value indicating whether access to the collection is synchronized (thread-safe).

[Visual Basic]
Overridable Public ReadOnly Property IsSynchronized As Boolean _
    Implements ICollection.IsSynchronized
[C#]
public virtual bool IsSynchronized {get;}

Property Value

true if access to the ICollection is synchronized (thread-safe); otherwise, false.

Implements

ICollection.IsSynchronized

Remarks

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

See Also

LevelCollection Class | log4net.Core Namespace