Share via


ReadOnlyDictionary<TKey, TValue>.Values property

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Values As ICollection(Of TValue)
    Get
'Usage
Dim instance As ReadOnlyDictionary
Dim value As ICollection(Of TValue)

value = instance.Values
public ICollection<TValue> Values { get; }

Property value

Type: System.Collections.Generic.ICollection<TValue>

Implements

IReadOnlyDictionary<TKey, TValue>.Values

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace