Instantiates a new IPersistentCollection for the list.

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

Syntax

Visual Basic (Declaration)
Public Overrides Function Instantiate ( _
	session As ISessionImplementor, _
	persister As ICollectionPersister _
) As IPersistentCollection
C#
public override IPersistentCollection Instantiate(
	ISessionImplementor session,
	ICollectionPersister persister
)
Visual C++
public:
virtual IPersistentCollection^ Instantiate(
	ISessionImplementor^ session, 
	ICollectionPersister^ persister
) override
JavaScript
function instantiate(session, persister);

See Also