This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::IDictionary::Item Property

Returns the value that is associated with the key in the dictionary.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

private:
virtual property Object^ Item[Object^ key] {
	Object^ get (Object^ key) sealed = IDictionary::Item::get;
	void set (Object^ key, Object^ value) sealed = IDictionary::Item::set;
}

Parameters

key
Type: System::Object

Property Value

Type: System::Object
The value that is associated with the specified key.

Implements

IDictionary::Item

Show: