Mono Class Library: System.Collections.ICollection Overview | Members

System.Collections.ICollection.IsSynchronized Property

Gets a bool indicating whether access to the current instance is synchronized (thread-safe). [Edit]

public bool IsSynchronized { get; }

Value

true if access to the current instance is synchronized (thread-safe); otherwise, false. [Edit]

Remarks

This property is read-only.

Operation
As described above.

Usage
To synchronize a collection, use ICollection.SyncRoot to obtain a object with which to synchronize the collection.

[Edit]

Requirements

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0