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

System.Collections.ArrayList.IsSynchronized Property

Gets a value indicating whether access to the current instance is synchronized (thread-safe).

public virtual bool IsSynchronized { get; }

Value

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

Remarks

This property is read-only.

To guarantee the thread safety of the ArrayList, all operations must be done through the wrapper returned by the ArrayList.Synchronized(IList) method.

Note: This property is implemented to support the IList interface.

Operation
As described above.

The default value of this property is false.

Requirements

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