QuickGraph


SUndirectedEdge<'TVertex>

Namespace: QuickGraph

An struct based implementation.

Constructors

ConstructorDescription
new(source, target)
Signature: (source:'TVertex * target:'TVertex) -> unit

Initializes a new instance of the class.

Instance members

Instance memberDescription
Source
Signature: 'TVertex
Modifiers: abstract

Gets the source vertex

Target
Signature: 'TVertex
Modifiers: abstract

Gets the target vertex

ToString()
Signature: unit -> string
Modifiers: abstract

Returns a that represents the current .

Fork me on GitHub