smurfpandey / morelinq

Automatically exported from code.google.com/p/morelinq
Apache License 2.0
0 stars 0 forks source link

Add "Dump" methods #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should have "Dump" methods (and possibly equivalents which don't 
consume, just like ForEach vs Pipeline or whatever they'll be called) to 
make it easier to dump a sequence to the console, another TextWriter, or 
some arbitrary Action<string> consumer.

Original issue reported on code.google.com by jonathan.skeet on 25 Mar 2009 at 8:34

GoogleCodeExporter commented 9 years ago

Original comment by jonathan.skeet on 25 Mar 2009 at 8:34

GoogleCodeExporter commented 9 years ago
Oops, looks like there's already Trace. Will check whether that's flexible 
enough, 
and amend appropriately.

Original comment by jonathan.skeet on 25 Mar 2009 at 8:35