GraphBaseTVertex, TEdgeSyncRoot Property |
Gets an object that can be used to synchronize access to the
Vertices and
Edges properties. It's the same object used in locks inside this object.
Namespace:
SD.Tools.Algorithmia.Graphs
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax public Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
Get
Property Value
Type:
ObjectSee Also