Represents the collection of variables belonging to a BayesServer..::.Node.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  BayesServer..::.NodeVariableCollection

See Also