Share via


Array.IsSynchronized Property

Gets a value indicating whether access to a specific array is synchronized.

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

Syntax

public virtual bool IsSynchronized { get; }

Property Value

false for all arrays.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Array Class
Array Members
System Namespace