This documentation is archived and is not being maintained.
ReadOnlyDictionary<TKey, TValue>::IDictionary<TKey, TValue>::Item Property
Visual Studio 2013
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
Implements
IDictionary<TKey, TValue>::Item- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: