示例#1
0
 public int Size(Session session, IPersistentStore store)
 {
     lock (this._lock)
     {
         return(store.ElementCount(session));
     }
 }