Sitecore 5.0 API

HashList Methods

The methods of the HashList class are listed below. For a complete list of HashList class members, see the HashList Members topic.

Public Instance Methods

AddAdds an object to the hash table.
AddAtAdds or replaces an object at a specific index.
ClearClears the list.
ContainsChecks if the hash table contains a key.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetKeyGets a key by an index.
GetObjectDataGets the object data.
GetType (inherited from Object) Gets the Type of the current instance.
IndexOfGets the index of a key.
RemoveRemoves an object from the hash table.
RemoveRangeRemoves a range of objects from the hash table.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

HashList Class | Sitecore.Collections Namespace