C# Class GameTreeSearch.Tree

Exibir arquivo Open project: ajlopez/TddRocks Class Usage Examples

Public Methods

Method Description
Tree ( int rootvalue ) : System
Tree ( int rootvalue, IEnumerable childnodes ) : System

Method Details

Tree() public method

public Tree ( int rootvalue ) : System
rootvalue int
return System

Tree() public method

public Tree ( int rootvalue, IEnumerable childnodes ) : System
rootvalue int
childnodes IEnumerable
return System