SignalPropagationGraphLinks Property |
Gets the links in the graph.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual ReadOnlyCollection<IServiceProvider> Links { get; }
Public Overridable ReadOnly Property Links As ReadOnlyCollection(Of IServiceProvider)
Get
public:
virtual property ReadOnlyCollection<IServiceProvider^>^ Links {
ReadOnlyCollection<IServiceProvider^>^ get ();
}
abstract Links : ReadOnlyCollection<IServiceProvider> with get
override Links : ReadOnlyCollection<IServiceProvider> with get
Property Value
Type:
ReadOnlyCollectionIServiceProviderSee Also