Click or drag to resize

graphNodeCustomItem Property (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Accessing the child nodes using child node name

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

Parameters

key
Type: SystemString
The key.

Property Value

Type: IGraphNode
The IGraphNode.

Return Value

Type: IGraphNode

Implements

IGraphNodeItemString
See Also