LinkedHashTable.keys Method

Returns the keys contained in the hash table. The ordering of the keys is guaranteed to be in iteration order.
 

Return Value


Type: Array
ElementType: Object
The collection of values contained in the hash table.