Share via


DictionaryWrapper<TKey, TValue>.Keys Property

Gets the keys.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Keys As List(Of TKey)
    Get
'Usage
Dim instance As DictionaryWrapper
Dim value As List(Of TKey)

value = instance.Keys
public List<TKey> Keys { get; }

Property Value

Type: System.Collections.Generic.List<TKey>
The keys.

See Also

Reference

DictionaryWrapper<TKey, TValue> Class

DictionaryWrapper<TKey, TValue> Members

Microsoft.PerformancePoint.Scorecards Namespace