list_symbols
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
public string[] list_symbols (bool recursive)
public string[] list_symbols (bool recursive)
Gets the names of all symbols within the scope.
Parameters:
this |
a Scope |
recursive |
if the parent scopes should be included |
Returns:
an array containing the names of all symbols within the scope. |