IDictionary.Item Property
Gets or sets the item with the specified key.
Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll)
Syntax
public virtual abstract Object this [
int index
] { get; set; }
Parameters
- index
The zero-based index number of the item you want to get or set.
Property Value
The item at the specified index number in the IDictionary object.
Version Information
Available in the .NET Micro Framework version 4.1 and 4.2.
See Also
Reference
IDictionary Interface
IDictionary Members
System.Collections Namespace