Ejemplo n.º 1
0
 public PublishedContentType GetContentType(int id)
 {
     if (_gen < 0)
     {
         throw new ObjectDisposedException("snapshot" /*+ " (" + _thisCount + ")"*/);
     }
     return(_store.GetContentType(id, _gen));
 }