Represents the collection of Nodes maintained by the Network class. Duplicates and null values are not allowed.

Namespace:  BayesServer
Assembly:  BayesServer (in BayesServer.dll)
Version: 2.2.0.0 (2.2.0.0)

Syntax

C#
public sealed class NetworkNodeCollection : IList<Node>, 
	ICollection<Node>, IEnumerable<Node>, IEnumerable
Visual Basic (Declaration)
Public NotInheritable Class NetworkNodeCollection _
	Implements IList(Of Node), ICollection(Of Node),  _
	IEnumerable(Of Node), IEnumerable
Visual C++
public ref class NetworkNodeCollection sealed : IList<Node^>, 
	ICollection<Node^>, IEnumerable<Node^>, IEnumerable

Inheritance Hierarchy

System..::.Object
  BayesServer..::.NetworkNodeCollection

See Also