示例#1
0
 public override int Count(int i)
 {
     return(Tree1.Count(i) * Tree2.Count(i));
 }