Instantiate an uninitialized instance of the collection wrapper

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

Syntax

Visual Basic (Declaration)
Function Instantiate ( _
	session As ISessionImplementor, _
	persister As ICollectionPersister _
) As IPersistentCollection
C#
IPersistentCollection Instantiate(
	ISessionImplementor session,
	ICollectionPersister persister
)
Visual C++
IPersistentCollection^ Instantiate(
	ISessionImplementor^ session, 
	ICollectionPersister^ persister
)
JavaScript
function instantiate(session, persister);

See Also