Represents a read-only collection of links. To add a link to a network see Links.
Namespace:
BayesServerAssembly: BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public sealed class NodeLinkCollection : IList<Link>, ICollection<Link>, IEnumerable<Link>, IEnumerable |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class NodeLinkCollection _ Implements IList(Of Link), ICollection(Of Link), _ IEnumerable(Of Link), IEnumerable |
| Visual C++ |
|---|
public ref class NodeLinkCollection sealed : IList<Link^>, ICollection<Link^>, IEnumerable<Link^>, IEnumerable |
Remarks
Inheritance Hierarchy
System..::.Object
BayesServer..::.NodeLinkCollection
BayesServer..::.NodeLinkCollection
