Click or drag to resize

ThreadedTransactionalGraphContractGetEdges Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Contracts.ThreadedTransactionalGraphContract.GetEdges"]

Namespace:  Frontenac.Blueprints.Contracts
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public abstract IEnumerable<IEdge> GetEdges()

Return Value

Type: IEnumerableIEdge

[Missing <returns> documentation for "M:Frontenac.Blueprints.Contracts.ThreadedTransactionalGraphContract.GetEdges"]

Implements

IGraphGetEdges
See Also