Values
Values
LuaTable:Values()
Ritorna la ICollection dei valori della tabella. Utilizzabile per iterazioni
// Display the keys.
Console.WriteLine("\nTable keys:");
foreach (object value in tbl.Values) {
Console.WriteLine(value.ToString());
}
Created with the Personal Edition of HelpNDoc: Full-featured Kindle eBooks generator