Click or drag to resize
GraphNode.ToEdge Method
Returns an edge representation of the current instance.

This method is maintained for backward compatibity. It's recommended that you use To<T>() instead, providing IEdge as type parameter

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.2.0
Syntax
C#
public Edge ToEdge()

Return Value

Type: Edge
See Also