QuickGraph


FilteredVertexListGraph<'TVertex, 'TEdge, 'Graph>

Namespace: QuickGraph.Predicates

Constructors

ConstructorDescription
new(...)
Signature: (baseGraph:'Graph * vertexPredicate:VertexPredicate<'TVertex> * edgePredicate:EdgePredicate<'TVertex,'TEdge>) -> unit

Instance members

Instance memberDescription
IsVerticesEmpty
Signature: bool
Modifiers: abstract
VertexCount
Signature: int
Modifiers: abstract
Vertices
Signature: IEnumerable<'TVertex>
Modifiers: abstract
Fork me on GitHub