P
PJ6
I can't seem to figure out how to do this -
class A
integers as list(of integer)
end class
If I have a collection of class A objects, is it possible to, using LINQ,
get an aggregate of all the integers contained in their integers
collections, as an enumerable of integer?
Paul
class A
integers as list(of integer)
end class
If I have a collection of class A objects, is it possible to, using LINQ,
get an aggregate of all the integers contained in their integers
collections, as an enumerable of integer?
Paul