A map of objects whose mapping entries are sequenced based on the order in which they were
added. This data structure has fast O(1) search time, deletion time, and insertion time
Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
[SerializableAttribute] public class SequencedHashMap : IDictionary, ICollection, IEnumerable |
Visual Basic |
---|
<SerializableAttribute> _ Public Class SequencedHashMap _ Implements IDictionary, ICollection, IEnumerable |
Visual C++ |
---|
[SerializableAttribute] public ref class SequencedHashMap : IDictionary, ICollection, IEnumerable |
Remarks
This class is not thread safe.