Hashtable.Item Property
Gets or sets the value associated with the specified key.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual Object this [
] { get; set; }
Property Value
The key whose value you want to get or set.
Version Information
Available in the .NET Micro Framework version 4.1 and 4.2.
See Also
Reference
Hashtable Class
Hashtable Members
System.Collections Namespace