log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
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 _
[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