The Portrate Interview Engine

LinkedHashtable Methods

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

Public Instance Methods

Add 
Clear Clears the contents of the hash
Clone 
Contains (inherited from Hashtable) Determines whether the Hashtable contains a specific key.
ContainsKey (inherited from Hashtable) Determines whether the Hashtable contains a specific key.
ContainsValue (inherited from Hashtable) Determines whether the Hashtable contains a specific value.
CopyTo (inherited from Hashtable) Copies the Hashtable elements to a one-dimensional Array instance at the specified index.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetEnumerator (inherited from Hashtable) Returns an IDictionaryEnumerator that can iterate through the Hashtable.
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.
GetObjectData (inherited from Hashtable) Implements the ISerializable interface and returns the data needed to serialize the Hashtable.
GetType (inherited from Object) Gets the Type of the current instance.
MoveTo Moves the given key to a new location in the linked sequence of keys.
OnDeserialization (inherited from Hashtable) Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
Remove Removes the specified key
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.
GetHash (inherited from Hashtable) Returns the hash code for the specified key.
KeyEquals (inherited from Hashtable) Compares a specific Object with a specific key in the Hashtable.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

LinkedHashtable Class | Portrate.Interview.Util Namespace