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