Saturday, October 03, 2015

ForEach

var forEach = new TransformManyBlock<IEnumerable<int>, int>(x => x);