Click or drag to resize

LinkGraph.AddLink Method

Adds a link to the graph.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public void AddLink(
	IServiceProvider link
)

Parameters

link
Type: System.IServiceProvider
The link to add.
See Also