public int Count()
 {
     return(sideEdge.GetN() - 1);
 }
コード例 #2
0
 public int Count()
 {
     return(guide.GetN() + 1);
 }