Keys
Keys
LuaTable:Keys()
Ritorna la ICollection delle chiavi della tabella. Utilizzabile per iterarazioni
// Display the keys.
Console.WriteLine("\nTable keys:");
foreach (object value in tbl.Keys) {
Console.WriteLine(value.ToString());
}
Created with the Personal Edition of HelpNDoc: Make the switch to CHM with HelpNDoc's hassle-free WinHelp HLP to CHM conversion tool