示例#1
0
 public int Size()
 {
     return(_indexesById.size());
 }
示例#2
0
 internal virtual int Size()
 {
     return(_map.size());
 }