Click or drag to resize
GraphNodeToIArray 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.1.0
Syntax
C#
public IGraphNode[] ToIArray()

Return Value

Type: IGraphNode

Implements

IGraphNodeToIArray
See Also