Gets an object that can be used to synchronize access to the
ICollection.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
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:
ObjectAn object that can be used to synchronize access to the
ICollection.
Implements
ICollection..::..SyncRootSee Also