GraphBaseTVertex, TEdgeIsSynchronized Property  | 
 
            Gets a value indicating whether access to the 
Vertices and 
Edges is synchronized (thread safe). Default: false. Set to true to in the ctor to
            make sure the operations on this object are using locks. Use 
SyncRoot to lock on the same object as this class' internal operations.
            
 
    Namespace: 
   SD.Tools.Algorithmia.Graphs
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.5.0 (1.3.18.1017)
Syntaxpublic bool IsSynchronized { get; }Public ReadOnly Property IsSynchronized As Boolean
	Get
Property Value
Type: 
Boolean
See Also