Parallel.For

static bool For( int fromInclusive, int toExclusive, System.Action<int> body )

User Comments