Share via


Array.SyncRoot Property

Gets an object that you can use to synchronize access to a specific array.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public virtual Object SyncRoot { get; }

Property Value

An object that you can use to synchronize access to the array.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Array Class
Array Members
System Namespace