QuickGraph


EdgeList<'TVertex, 'TEdge>

Namespace: QuickGraph.Collections

Constructors

ConstructorDescription
new()
Signature: unit -> unit
new(capacity)
Signature: capacity:int -> unit
new(list)
Signature: list:EdgeList<'TVertex,'TEdge> -> unit

Instance members

Instance memberDescription
Clone()
Signature: unit -> EdgeList<'TVertex,'TEdge>
Fork me on GitHub