| Hashtable: CopyTo |
Copies the contents of the table to an array.
Public Sub CopyTo( ByRef DstArray As Variant, ByVal Index As Long )
The elements that are copied to the array are DictionaryEntry elements. Each DictionaryEntry contains a key and value from the table.