コード例 #1
0
ファイル: Lattice2D.cs プロジェクト: zhangz/Highlander.Net
 public override int Count(int i)
 {
     return(Tree1.Count(i) * Tree2.Count(i));
 }