Click or drag to resize

GraphNode  Conversion (GraphNode to Vertex)

Converts this instance to a Vertex instance.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static implicit operator Vertex (
	GraphNode b
)

Parameters

b
Type: Dse.GraphGraphNode

Return Value

Type: Vertex
See Also