C# 클래스 GameTreeSearch.Tree

파일 보기 프로젝트 열기: ajlopez/TddRocks 1 사용 예제들

공개 메소드들

메소드 설명
Tree ( int rootvalue ) : System
Tree ( int rootvalue, IEnumerable childnodes ) : System

메소드 상세

Tree() 공개 메소드

public Tree ( int rootvalue ) : System
rootvalue int
리턴 System

Tree() 공개 메소드

public Tree ( int rootvalue, IEnumerable childnodes ) : System
rootvalue int
childnodes IEnumerable
리턴 System