Click or drag to resize

RelationshipsTNodeA, TNodeBGetAllLinked Method (TNodeA)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets all linked.

Namespace:  imbNLP.Toolkit.Core
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<TNodeB> GetAllLinked(
	TNodeA nodeA
)

Parameters

nodeA
Type: TNodeA
The node a.

Return Value

Type: ListTNodeB

[Missing <returns> documentation for "M:imbNLP.Toolkit.Core.Relationships`2.GetAllLinked(`0)"]

See Also