ReadOnlyDictionary<TKey, TValue>.IDictionary.Values Property
Returns the collection of values in this dictionary.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
声明
Private ReadOnly Property Values As ICollection
Implements IDictionary.Values
Get
ICollection IDictionary.Values { get; }
private:
virtual property ICollection^ Values {
ICollection^ get () sealed = IDictionary::Values::get;
}
private abstract Values : ICollection
private override Values : ICollection
JScript does not support explicit interface implementations.
Property Value
Type: System.Collections.ICollection
The collection of values in this dictionary.
Implements
.NET Framework Security
- 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.