Initializes a new instance of the IdentifierCollection class

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

Syntax

C#
protected IdentifierCollection(
	PersistentClass owner
)
Visual Basic
Protected Sub New ( _
	owner As PersistentClass _
)
Visual C++
protected:
IdentifierCollection(
	PersistentClass^ owner
)

Parameters

owner
Type: NHibernate.Mapping..::..PersistentClass

[Missing <param name="owner"/> documentation for "M:NHibernate.Mapping.IdentifierCollection.#ctor(NHibernate.Mapping.PersistentClass)"]

See Also