Click or drag to resize

ThreadedTransactionalGraphContractRemoveEdge Method

[Missing <summary> documentation for "M:Frontenac.Blueprints.Contracts.ThreadedTransactionalGraphContract.RemoveEdge(Frontenac.Blueprints.IEdge)"]

Namespace:  Frontenac.Blueprints.Contracts
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public abstract void RemoveEdge(
	IEdge edge
)

Parameters

edge
Type: Frontenac.BlueprintsIEdge

[Missing <param name="edge"/> documentation for "M:Frontenac.Blueprints.Contracts.ThreadedTransactionalGraphContract.RemoveEdge(Frontenac.Blueprints.IEdge)"]

Implements

IGraphRemoveEdge(IEdge)
See Also