Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

EmptyCollection.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

EmptyCollection Class | log4net.Util Namespace