BindingContext::ICollection::SyncRoot Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets an object to use for synchronization (thread safety).
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: property Object^ SyncRoot { virtual Object^ get() sealed = ICollection::SyncRoot::get; }
Property Value
Type: System::Object^This property is derived from ICollection, and is overridden to always return null.
Implements
ICollection::SyncRoot
.NET Framework
Available since 2.0
Available since 2.0
Show: