Click or drag to resize
ICollectionIsSynchronized Property
Gets a value indicating whether access to the ICollection is synchronized (thread safe).

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
bool IsSynchronized { get; }

Return Value

Type: Boolean
true if access to the ICollection is synchronized (thread safe); otherwise, false.
See Also