public static function getKeys(d:Dictionary):Array
Returns an Array of all keys within the specified dictionary.
Parameters
| d:Dictionary — The Dictionary instance whose keys will be returned.
|
Returns
| Array — Array of keys contained within the Dictionary
|
public static function getValues(d:Dictionary):Array
Returns an Array of all values within the specified dictionary.
Parameters
| d:Dictionary — The Dictionary instance whose values will be returned.
|
Returns
| Array — Array of values contained within the Dictionary
|