Click or drag to resize

GraphNodeIsArray Property

Returns true if the underlying value is an array.

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public bool IsArray { get; }

Property Value

Type: Boolean

Implements

IGraphNodeIsArray
See Also