danesparza / MailChimp.NET

:envelope: .NET Wrapper for the MailChimp v2.0 API
MIT License
179 stars 119 forks source link

Enumerators #188

Open mattcanty opened 8 years ago

mattcanty commented 8 years ago

Has there been any thought on using enumerators, example usage:

for(var member in mailChimpManager.EnumerateMembersForList(coFounderListId)) { ... }

Which would handle pagination.