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 Sub CopyTo ( _
array As KeyValuePair(Of TKey, TValue)(), _
arrayIndex As Integer _
)
'Usage
Dim instance As ReadOnlyDictionary
Dim array As KeyValuePair(Of TKey, TValue)()
Dim arrayIndex As Integer
instance.CopyTo(array, arrayIndex)
public void CopyTo(
KeyValuePair<TKey, TValue>[] array,
int arrayIndex
)
Parameters
- array
Type: []
- arrayIndex
Type: System.Int32
Implements
IReadOnlyCollection<T>.CopyTo([], Int32)
See also
Reference
ReadOnlyDictionary<TKey, TValue> class
ReadOnlyDictionary<TKey, TValue> members
Microsoft.SharePoint.BusinessData.Infrastructure.Collections namespace