Guest User

Untitled

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