I have some doubts over how Enumerators work, and LINQ. Consider these two simple selects: List<Animal> sel = (from animal in Animals join ...
-
April 21, 2022
- 0 Comments