Determines whether the access to this collection is synchronized and thus the time-dependent errors cannot occure in the multi-thread programming (is thread-safe).

Namespace:  SGP.Baltie
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public bool IsSynchronized { get; }

Field Value

Returns trueTruetruetrue (True in Visual Basic) if the access to this collection is synchronized.

Implements

ICollection..::.IsSynchronized

See Also