In the code below I am populating a Jagged array full of keys(properties) in an object:
foreach (var item in Items.Where(x => x.NeedsSaved)) {