Zeljko Vrba

Results 11 comments of Zeljko Vrba

IMHO, it should be `ICollection` because it signals is a "materialized" collection of items. `IEnumerable` may be evaluated lazily, potentially each time a large collection is traversed. For example, the...