Sitecore 5.0 API

HashList Class

Maintains a hash table of objects with the ability to retrieve the objects in the same order as they were put in.

For a list of all members of this type, see HashList Members.

System.Object
   Sitecore.Collections.HashList

[Visual Basic]
Public Class HashList
    Implements ISerializable
[C#]
public class HashList : ISerializable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Sitecore.Collections

Assembly: Sitecore.Kernel (in Sitecore.Kernel.dll)

See Also

HashList Members | Sitecore.Collections Namespace