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 Property Item ( _
key As TKey _
) As TValue
Get
Set
'Usage
Dim instance As DictionaryWrapper
Dim key As TKey
Dim value As TValue
value = instance.Item(key)
instance.Item(key) = value
public TValue this[
TKey key
] { get; set; }
Parameters
key
Type: TKeyThe specified zero-based index.
Property Value
Type: TValue
See Also
Reference
DictionaryWrapper<TKey, TValue> Class