Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- index
Type: System.Int32
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
Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace