I\'d like to do the equivalent of the following in LINQ, but I can\'t figure out how:
IEnumerable items = GetItems(); items.ForEach(i => i.DoS
For VB.NET you should use:
listVariable.ForEach(Sub(i) i.Property = "Value")