예제 #1
0
 public IEnumerator <KeyValuePair <int, SparseCell> > GetEnumerator()
 {
     return(new SortedCellEnumerator(IndexKeys.ToArray(), Cells.ToArray()));
 }