PPCC Namespace
Gets a value indicating whether access to the collection is synchronized (thread safe)

Namespace:  PPCC.ColorTab
Assembly:  ColorTab (in ColorTab.dll)
Version: 1.6.4.0

Syntax

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

See Also