Click or drag to resize

GraphNodeToArray Method

Converts the instance into an array when the internal representation is a json array.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public GraphNode[] ToArray()

Return Value

Type: GraphNode
See Also