C
Curious
After I run LINQ on a collection with a filter, I get a subset,
IEnumerable<>. Is this a list with copied items from the original
collection, or is it a list containing just pointers to the original
items in the original list?
Thanks,
IEnumerable<>. Is this a list with copied items from the original
collection, or is it a list containing just pointers to the original
items in the original list?
Thanks,