This documentation is archived and is not being maintained.

ReadOnlyDictionary<TKey, TValue>::Item Property

Gets the value that is paired to the specified key.

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

public:
property TValue Item[TKey key] {
	TValue get (TKey key);
}

Parameters

key
Type: TKey

Property Value

Type: TValue
The value that is paired with the key.

Show: