EmptyDictionaryIsSynchronized Property Apache log4net™ SDK Documentation
Gets a value indicating if access to the ICollection is synchronized (thread-safe).

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public bool IsSynchronized { get; }

Property Value

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

Implements

ICollectionIsSynchronized
Remarks

For the EmptyCollection this property is always true.

See Also

Reference