The methods of the HashList class are listed below. For a complete list of HashList class members, see the HashList Members topic.
Add | Adds an object to the hash table. |
AddAt | Adds or replaces an object at a specific index. |
Clear | Clears the list. |
Contains | Checks 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. |
GetKey | Gets a key by an index. |
GetObjectData | Gets the object data. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf | Gets the index of a key. |
Remove | Removes an object from the hash table. |
RemoveRange | Removes a range of objects from the hash table. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
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. |
HashList Class | Sitecore.Collections Namespace