A persistent wrapper for an IList

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

Syntax

C#
[SerializableAttribute]
public class PersistentList : AbstractPersistentCollection, 
	IList, ICollection, IEnumerable
Visual Basic
<SerializableAttribute> _
Public Class PersistentList _
	Inherits AbstractPersistentCollection _
	Implements IList, ICollection, IEnumerable
Visual C++
[SerializableAttribute]
public ref class PersistentList : public AbstractPersistentCollection, 
	IList, ICollection, IEnumerable

Remarks

The underlying collection used in an ArrayList.

Inheritance Hierarchy

See Also