|
CopyTo
Copies all key/value pairs from a collection to the specified arrays, starting at the specified index.
int CopyTo(
|
Parameters
&dst_keys[]
[out] An array to which all keys from the collection will be written.
&dst_values[]
[out] An array to which values of corresponding keys from the collection will be written.
dst_start=0
[in] An index in the array from which copying starts.
Return Value
Returns the number of copied key/value pairs.