log4net SDK Reference

EmptyDictionary.IsSynchronized Property

Gets a value indicating if access to the ICollection is synchronized (thread-safe).

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

Property Value

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

Implements

ICollection.IsSynchronized

Remarks

For the EmptyCollection this property is always true.

See Also

EmptyDictionary Class | log4net.Util Namespace