示例#1
0
		public bool IsSnapshotEmpty(IPersistentCollection collection)
		{
			return collection.WasInitialized && (LoadedPersister == null || LoadedPersister.IsMutable) && collection.IsSnapshotEmpty(Snapshot);
		}
 public bool IsSnapshotEmpty(IPersistentCollection collection)
 {
     return(collection.WasInitialized && (LoadedPersister == null || LoadedPersister.IsMutable) && collection.IsSnapshotEmpty(Snapshot));
 }
		public bool IsSnapshotEmpty(IPersistentCollection collection)
		{
			return collection.WasInitialized &&
			       collection.IsSnapshotEmpty(Snapshot);
		}