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

System.Collections.BitArray.SyncRoot Property

Gets an object that can be used to synchronize access to the current instance.

public object SyncRoot { get; }

Value

A object that can be used to synchronize access to the current instance.

Remarks

An instance of the BItArray class should be synchronized using this property and not directly using the instance. Using this property ensures the correct operation of derived classes.

Requirements

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