The properties of the IDictionary interface are listed below. For a complete list of IDictionary interface members, see the IDictionary Members topic.
Item | When implemented by a class, retrieves the IDictionary value with the specified key.
In C#, this member is the indexer for the IDictionary class. |
Keys | When implemented by a class, retrieves an ICollection containing the keys of the IDictionary. |
Values | When implemented by a class, retrieves an ICollection of the values in the IDictionary. |