Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub InitSnapshot ( _
	collection As IPersistentCollection, _
	persister As ICollectionPersister _
)
C#
public void InitSnapshot(
	IPersistentCollection collection,
	ICollectionPersister persister
)
Visual C++
public:
void InitSnapshot(
	IPersistentCollection^ collection, 
	ICollectionPersister^ persister
)
JavaScript
function initSnapshot(collection, persister);

See Also