summaryM:DotNetNuke.Collections.Internal.SharedDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)

Namespace: DotNetNuke.Collections.Internal
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void CopyTo(
	KeyValuePair<TKey, TValue>[] array,
	int arrayIndex
)
Visual Basic
Public Sub CopyTo ( 
	array As KeyValuePair(Of TKey, TValue)(),
	arrayIndex As Integer
)

Parameters

array
Type: array<System.Collections.Generic..::..KeyValuePair<(Of <(<'TKey, TValue>)>)>>[]()[][]
paramarrayM:DotNetNuke.Collections.Internal.SharedDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)
arrayIndex
Type: System..::..Int32
paramarrayIndexM:DotNetNuke.Collections.Internal.SharedDictionary`2.CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)

Implements

ICollection<(Of <(<'T>)>)>..::..CopyTo(array<T>[]()[][], Int32)

See Also