Gets a value indicating if access to the
ICollection is synchronized (thread-safe).
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public bool IsSynchronized { get; }
public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
Public ReadOnly Property IsSynchronized As Boolean
Get
public:
virtual property bool IsSynchronized {
bool get () sealed;
}
public:
virtual property bool IsSynchronized {
bool get () sealed;
}
Property Value
Type:
Booleantrue if access to the
ICollection is synchronized (thread-safe); otherwise,
false.
Implements
ICollection IsSynchronized
For the EmptyCollection this property is always true.