Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

EmptyCollection.SyncRoot Property

Gets an object that can be used to synchronize access to the ICollection.

[Visual�Basic]
NotOverridable�Public�ReadOnly�Property�SyncRoot�As�Object�_
����Implements�ICollection.SyncRoot
[C#]
public�object�SyncRoot�{get;}

Property Value

An object that can be used to synchronize access to the ICollection.

Implements

ICollection.SyncRoot

Remarks

As the collection is empty and thread safe and synchronized this instance is also the SyncRoot object.

See Also

EmptyCollection Class | log4net.Util Namespace