ReadOnlyDictionary<TKey, TValue>.Item property (TKey)
Namespace: Microsoft.SharePoint.BusinessData.Infrastructure.Collections
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Item ( _
key As TKey _
) As TValue
Get
'Usage
Dim instance As ReadOnlyDictionary
Dim key As TKey
Dim value As TValue
value = instance.Item(key)
public virtual TValue this[
TKey key
] { get; }
Parameters
- key
Type: TKey
Property value
Type: TValue
Implements
IReadOnlyDictionary<TKey, TValue>.Item[TKey]
See also
Reference
ReadOnlyDictionary<TKey, TValue> class
ReadOnlyDictionary<TKey, TValue> members
Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace