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