Gets an object that can be used to synchronize access to the
ICollection.
Namespace: Dapfor.Wpf.DataAssembly: 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:
ObjectReturn Value
Type:
Object
An object that can be used to synchronize access to the
ICollection.
Implements
ICollection..::..SyncRootSee Also