示例#1
0
 public object MarkerCount()
 {
     return(markerStack.Count());
 }
示例#2
0
 public int MarkerCount()
 {
     return(markerStack.Count());
 }