This documentation is archived and is not being maintained.

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

Gets the value that is related to the specified key in this dictionary.

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

private:
virtual property TValue Item[TKey key] {
	TValue get (TKey key) sealed = IDictionary<TKey, TValue>::Item::get;
	void set (TKey key, TValue value) sealed = IDictionary<TKey, TValue>::Item::set;
}

Parameters

key
Type: TKey

Property Value

Type: TValue
The value that is associated with the specified key in this dictionary.

Implements

IDictionary<TKey, TValue>::Item

Show: