public static CollectionCacheEntry Create(IPersistentCollection collection, ICollectionPersister persister) { return(new CollectionCacheEntry { state = collection.Disassemble(persister) }); }
public CollectionCacheEntry(IPersistentCollection collection, ICollectionPersister persister) { state = collection.Disassemble(persister); }