electronbender >> I want to iterate through my array of object's but I need to do this without having to write item.Id, item.RoleName, ect, as i'm creating a class to make a list of data shown in a table.
tbela99 >> Should your sugestion be used with the list.each or should it be without ?
