Ejemplo n.º 1
0
 public IEnumerable <ContentNode> GetAtRoot()
 {
     if (_gen < 0)
     {
         throw new ObjectDisposedException("snapshot" /*+ " (" + _thisCount + ")"*/);
     }
     return(_store.GetAtRoot(_gen));
 }