Initializes a new instance of the List class.

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

Syntax

C#
public List(
	PersistentClass owner
)
Visual Basic
Public Sub New ( _
	owner As PersistentClass _
)
Visual C++
public:
List(
	PersistentClass^ owner
)

Parameters

owner
Type: NHibernate.Mapping..::..PersistentClass
The PersistentClass that contains this list mapping.

See Also