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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property LoadedPersister As ICollectionPersister
C#
public ICollectionPersister LoadedPersister { get; }
Visual C++
public:
property ICollectionPersister^ LoadedPersister {
	ICollectionPersister^ get ();
}
JavaScript
function get_loadedPersister();

See Also