ListSortDescriptionCollection::ICollection::SyncRoot Property
.NET Framework (current version)
Gets the current instance that can be used to synchronize access to the collection.
Assembly: System (in System.dll)
private: property Object^ SyncRoot { virtual Object^ get() sealed = ICollection::SyncRoot::get; }
Implements
ICollection::SyncRootThis implementation returns the current instance of the ListSortDescriptionCollection, because this collection, once constructed, does not allow public access to the underlying list.
For more information on the ICollection::SyncRoot method, see the ICollection::SyncRoot property.
.NET Framework
Available since 2.0
Available since 2.0
Show: