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

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public bool IsSynchronized { get; }

Property Value

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

Implements

OnlineICollection IsSynchronized
Remarks

For the EmptyCollection this property is always true.

See Also