Click or drag to resize

graphNodeCustomItem Property (Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns node by ordinal index

Namespace:  imbSCI.Data.collection.graph
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public IGraphNode this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: IGraphNode
The IGraphNode.

Return Value

Type: IGraphNode
See Also