Share via


ReadOnlyDictionary<TKey, TValue>.Item property (Int32)

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

Syntax

'Declaration
Public Overridable ReadOnly Property Item ( _
    index As Integer _
) As KeyValuePair(Of TKey, TValue)
    Get
'Usage
Dim instance As ReadOnlyDictionary
Dim index As Integer
Dim value As KeyValuePair(Of TKey, TValue)

value = instance.Item(index)
public virtual KeyValuePair<TKey, TValue> this[
    int index
] { get; }

Parameters

Property value

Type: System.Collections.Generic.KeyValuePair<TKey, TValue>

Implements

IReadOnlyCollection<T>.Item[Int32]

See also

Reference

ReadOnlyDictionary<TKey, TValue> class

ReadOnlyDictionary<TKey, TValue> members

Item overload

Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace