Click or drag to resize

graphMultiRootTItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the IGraphNode with the specified key.

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

Parameters

key
Type: SystemString
The key.

Property Value

Type: T
The IGraphNode.

Return Value

Type: T
See Also