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

Syntax

Visual Basic (Declaration)
Protected Sub New ( _
	owner As PersistentClass _
)
C#
protected IndexedCollection(
	PersistentClass owner
)
Visual C++
protected:
IndexedCollection(
	PersistentClass^ owner
)
JavaScript
NHibernate.Mapping.IndexedCollection = function(owner);

See Also