Gets an object that can be used to synchronize access to the dictionary.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
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; } |