Sandbox Logo

Parallel.ForEach

static bool ForEach( IEnumerable<T> source, System.Action<T> body )

User Comments