KeyValueTable<DistanceType>.CopyTo Method
Copies all elements in the table to a compatible one-dimensional array, starting at the specified index of the target array.
Thread safety: This method is not thread-safe. Show
CopyTo(T\[\] array, System.Int32 arrayIndex)
Copies all elements in the table to a compatible one-dimensional array, starting at the specified index of the target array.Syntax
public void CopyTo (
KeyValuePair< AttributeValue, DistanceType >[] array,
int arrayIndex
)
Parameters
array
Type: T[]
The one-dimensional array that is the destination of the elements copied from the collection.
The one-dimensional array that is the destination of the elements copied from the collection.
arrayIndex
Type: System.Int32
The zero-based index in array at which copying begins.
The zero-based index in array at which copying begins.
Platforms
Windows, Linux, Android