Gets an object that can be used to synchronize access to the
ICollection.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public Object SyncRoot { get; } |
| Visual Basic |
|---|
Public ReadOnly Property SyncRoot As Object
Get |
| Visual C++ |
|---|
public:
virtual property Object^ SyncRoot {
Object^ get () sealed;
} |
| F# |
|---|
abstract SyncRoot : Object with get
override SyncRoot : Object with get |
Property Value
Type:
ObjectThe synchronize root.
Implements
ICollection..::..SyncRoot
See Also