Initializes a new instance of the PersistentArrayHolder class

Namespace: NHibernate.Collection
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public PersistentArrayHolder(
	ISessionImplementor session,
	Object array
)
Visual Basic
Public Sub New ( _
	session As ISessionImplementor, _
	array As Object _
)
Visual C++
public:
PersistentArrayHolder(
	ISessionImplementor^ session, 
	Object^ array
)

Parameters

session
Type: NHibernate.Engine..::..ISessionImplementor

[Missing <param name="session"/> documentation for "M:NHibernate.Collection.PersistentArrayHolder.#ctor(NHibernate.Engine.ISessionImplementor,System.Object)"]

array
Type: System..::..Object

[Missing <param name="array"/> documentation for "M:NHibernate.Collection.PersistentArrayHolder.#ctor(NHibernate.Engine.ISessionImplementor,System.Object)"]

See Also