SignalPropagationGraph.Links Property |
Gets the links in the graph.
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic 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:
ReadOnlyCollection<IServiceProvider>
See Also