Share via


DictionaryWrapper<TKey, TValue>.Item property

Gets or sets an object at the specified index.

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

Syntax

'Declaration
Public Default Property Item ( _
    key As TKey _
) As TValue
    Get
    Set
'Usage
Dim instance As DictionaryWrapper
Dim key As TKey
Dim value As TValue

value = instance(key)

instance(key) = value
public TValue this[
    TKey key
] { get; set; }

Parameters

  • key
    Type: TKey

    The specified zero-based index.

Property value

Type: TValue

See also

Reference

DictionaryWrapper<TKey, TValue> class

DictionaryWrapper<TKey, TValue> members

Microsoft.PerformancePoint.Scorecards namespace