Represents a read-only collection of variables that belong to a network. When a variable is added to a Node it is automatically inserted into this collection.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  BayesServer..::.NetworkVariableCollection

See Also