braintree / braintree_dotnet

Braintree .NET library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
136 stars 73 forks source link

Implement IEnumerable<T> on ResourceCollection #83

Closed EricStG closed 5 years ago

EricStG commented 5 years ago

General information

Issue description

In order to be able to leverage Linq as a developer, I can have IEnumerable<T> implemented on RessourceCollection.

crookedneighbor commented 5 years ago

I think this is a reasonable change, as long as it's not a breaking change. Would you like to open a PR?

EricStG commented 5 years ago

I can certainly do that. Give me a few days as I have a few other things on my plate right now.