Click or drag to resize

graphWrapNodeTItemisNullNode Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets a value indicating whether this instance is empty graph node, containing no wrapped item node.

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public bool isNullNode { get; }
Request Example View Source

Property Value

Type: Boolean
true if this instance is null node; otherwise, false.
See Also