Hi,

I have the following IEnumerable:

IEnumerable targets;

I want to add items to it where each item is as follows:

new { Name = "Book", Author = "John" }

I am just having a few problems in adding the items.

How is it done?

Thanks,
Miguel...