The Portrate Interview Engine

LinkedHashtable Properties

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

Public Instance Properties

Count (inherited from Hashtable) Gets the number of key-and-value pairs contained in the Hashtable.
IsFixedSize (inherited from Hashtable) Gets a value indicating whether the Hashtable has a fixed size.
IsReadOnly (inherited from Hashtable) Gets a value indicating whether the Hashtable is read-only.
IsSynchronized (inherited from Hashtable) Gets a value indicating whether access to the Hashtable is synchronized (thread-safe).
Item Gets the value of the key
Keys Gets the keys of the hashtable in the same order in which they were added.
SyncRoot (inherited from Hashtable) Gets an object that can be used to synchronize access to the Hashtable.
Values Gets the values of the hashtable in the same order in which they were added.

Protected Instance Properties

comparer (inherited from Hashtable) Gets or sets the comparer to use for the Hashtable.
hcp (inherited from Hashtable) Gets or sets the object that can dispense hash codes.

See Also

LinkedHashtable Class | Portrate.Interview.Util Namespace