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

IDictionary.Values

.NET Framework Security

See Also

Reference

ReadOnlyDictionary<TKey, TValue> Class

Microsoft.TeamFoundation.Client Namespace