IsSynchronized Property (BaseStorage<T,TMappingCollection>)
In This Topic
Gets a value indicating whether access to the collection is synchronized (thread safe).
Syntax
'Declaration
Public Overridable ReadOnly Property IsSynchronized As Boolean
public virtual bool IsSynchronized {get;}
See Also