This documentation is archived and is not being maintained.
Array::ICollection::SyncRoot Property
Visual Studio 2010
Gets an object that can be used to synchronize access to the Array.
Assembly: mscorlib (in mscorlib.dll)
private: virtual property Object^ SyncRoot { Object^ get () sealed = ICollection::SyncRoot::get; }
Implements
ICollection::SyncRoot Caution |
|---|
This property is not present in the Portable Class Library. If you are developing applications that target the Portable Class Library, use the SyncRoot 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