SyncRoot Property (BaseStorage<T,TMappingCollection>)
In This Topic
Gets an object that can be used to synchronize access to the underlying list.
Syntax
'Declaration
Public Overridable ReadOnly Property SyncRoot As Object
public virtual object SyncRoot {get;}
See Also