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

Namespace:  CuteEditor
Assembly:  CuteEditor (in CuteEditor.dll) Version: 6.6.0.0

Syntax

C#
public Object SyncRoot { get; }
Visual Basic (Declaration)
Public ReadOnly Property SyncRoot As Object
Visual C++
public:
virtual property Object^ SyncRoot {
	Object^ get () sealed;
}

Field Value

Return Value

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

Implements

ICollection..::.SyncRoot

See Also