asiftasleem / nbuilder

Automatically exported from code.google.com/p/nbuilder
0 stars 0 forks source link

Feature Request: Add index to All().Do() #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like to be know the index of the item being modified inside the All().Do() 
method. I realize it would break the api if the Do() method itself was 
modified, but what about a DoForIndex( context => {}) method where context 
looks like new { Index = ?, Value = ?};

Thanks!

Original issue reported on code.google.com by crmcken...@gmail.com on 13 Feb 2013 at 6:56

GoogleCodeExporter commented 8 years ago
I couldn't figure out how to change the type from defect to enhancement. :(

Original comment by crmcken...@gmail.com on 13 Feb 2013 at 6:57

GoogleCodeExporter commented 8 years ago
hi, yes I will be adding this feature at some stage

Original comment by garethdo...@googlemail.com on 18 Feb 2013 at 5:40