GetKeys Function
Get an array of all the names in the dictionary.
Syntax
[C#]
string[] GetKeys()
Params
Name
Description
return
An array of all the names in the dictionary.
Notes
Get an array of all the names in the dictionary.
Example
None.