Gets a value indicating whether access to the ICollection is synchronized (thread safe).

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

Syntax

C#
public bool IsSynchronized { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsSynchronized As Boolean
Visual C++
public:
virtual property bool IsSynchronized {
	bool get () sealed;
}

Field Value

Return Value

true if access to the ICollection is synchronized (thread safe); otherwise, false.

Implements

ICollection..::.IsSynchronized

See Also