Guest User

Untitled

a guest
Jan 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. using static System.Threading.Tasks.Parallel;
  2. namespace hbulens.CSharp6
  3. {
  4. class Program
  5. {
  6. static void Main(string[] args)
  7. {
  8. ForEach(filteredList ?? new List<RandomObject>(), (randomObject) => { ... });
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment