QuickGraph


IEdgeSet<'TVertex, 'TEdge>

Namespace: QuickGraph

A set of edges

Instance members

Instance memberDescription
ContainsEdge(edge)
Signature: edge:'TEdge -> bool
Modifiers: abstract

Determines whether the specified edge contains edge.

EdgeCount
Signature: int
Modifiers: abstract

Gets the edge count.

Edges
Signature: IEnumerable<'TEdge>
Modifiers: abstract

Gets the edges.

IsEdgesEmpty
Signature: bool
Modifiers: abstract

Gets a value indicating whether there are no edges in this set.

Fork me on GitHub