Copy the key value pairs in this dictionary
to the supplied array of key value pairs,
starting to write at the supplied array index.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.0.0.0 (87.0.0.0)
public void CopyTo(
KeyValuePair<TKey, TValue>[] array,
int index
)
public void CopyTo(
KeyValuePair<TKey, TValue>[] array,
int index
)
Public Sub CopyTo (
array As KeyValuePair(Of TKey, TValue)(),
index As Integer
)
Public Sub CopyTo (
array As KeyValuePair(Of TKey, TValue)(),
index As Integer
)
public:
virtual void CopyTo(
array<KeyValuePair<TKey, TValue>>^ array,
int index
) sealed
public:
virtual void CopyTo(
array<KeyValuePair<TKey, TValue>>^ array,
int index
) sealed
Parameters
- array
- Type: System.Collections.Generic KeyValuePair TKey, TValue
The destination array.
- index
- Type: System Int32
The destination array index at which writing
should begin.
Implements
ICollection T CopyTo( T , Int32)