'Declaration
<NotNullAttribute()> ReadOnly Property SyncRoot As Object
'Usage
Dim instance As _Dictionary Dim value As Object value = instance.SyncRoot
[NotNull()] object SyncRoot {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).