CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!

Represents a collection of key/value pairs that are organized based on the hash code of the key.

Namespace: ?System.Collections
Assembly: ?mscorlib (in mscorlib.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Hashtable _
	Implements IDictionary, ICollection, IEnumerable, ISerializable,  _
	IDeserializationCallback, ICloneable
C#
[SerializableAttribute]
public class Hashtable : IDictionary, ICollection, 
	IEnumerable, ISerializable, IDeserializationCallback, ICloneable
Visual C++
[SerializableAttribute]
public ref class Hashtable : IDictionary, 
	ICollection, IEnumerable, ISerializable, IDeserializationCallback, ICloneable
JavaScript
System.Collections.Hashtable = function();

Type.createClass(
	'System.Collections.Hashtable',
	null,
	IDictionary,
	ICollection,
	IEnumerable,
	ISerializable,
	IDeserializationCallback,
	ICloneable);

Inheritance Hierarchy

System..::.Object
??System.Collections..::.Hashtable

See Also



Free Download:
  Privacy | Contact Us
All Times Are GMT