A persistent wrapper for an IList
Namespace: NHibernate.CollectionAssembly: 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
System..::..Object
NHibernate.Collection..::..AbstractPersistentCollection
NHibernate.Collection..::..PersistentList
NHibernate.Collection.Generic..::..PersistentGenericList<(Of <(<'T>)>)>
NHibernate.Collection..::..AbstractPersistentCollection
NHibernate.Collection..::..PersistentList
NHibernate.Collection.Generic..::..PersistentGenericList<(Of <(<'T>)>)>