Click or drag to resize

GraphTypes Enumeration

Namespace:  GraphLibrary.Graphs
Assembly:  GraphLibrary (in GraphLibrary.dll) Version: 1.0.1
Syntax
C#
public enum GraphTypes
Members
  Member nameValueDescription
GraphDirected0
GraphUndirected1
GraphFastDirected2
GraphFastUndirected3
See Also