Closed EricStG closed 5 years ago
In order to be able to leverage Linq as a developer, I can have IEnumerable<T> implemented on RessourceCollection.
IEnumerable<T>
RessourceCollection
I think this is a reasonable change, as long as it's not a breaking change. Would you like to open a PR?
I can certainly do that. Give me a few days as I have a few other things on my plate right now.
General information
Issue description
In order to be able to leverage Linq as a developer, I can have
IEnumerable<T>
implemented onRessourceCollection
.