This documentation is archived and is not being maintained.
Array::ICollection::IsSynchronized Property
Visual Studio 2010
Gets a value that indicates whether access to the Array is synchronized (thread safe).
Assembly: mscorlib (in mscorlib.dll)
private: virtual property bool IsSynchronized { bool get () sealed = ICollection::IsSynchronized::get; }
Property Value
Type: System::Booleantrue if access to the Array is synchronized (thread safe); otherwise, false.
Implements
ICollection::IsSynchronized Caution |
|---|
This property is not present in the Portable Class Library. If you are developing applications that target the Portable Class Library, use the IsSynchronized property instead. |
This member is an explicit interface member implementation. It can be used only when the Array instance is cast to an ICollection interface.
Show:
Caution