3

Is it possible to insert an element at first position (or a numbered position) in a -not empty- BlockingCollection? Just like with the "Insert" Method of a List.

Something like:

blockingCollectionObject.Insert(0, anObject);
Theodor Zoulias
  • 34,835
  • 7
  • 69
  • 104
MorgoZ
  • 2,012
  • 5
  • 27
  • 54
  • 2
    Related: http://stackoverflow.com/questions/7502615 – Bridge Jul 15 '14 at 13:09
  • Thanks! Didn´t find that link before, sorry... What should i do with a duplicate question? Should i delete it? Or leave it to admins? – MorgoZ Jul 15 '14 at 13:19
  • 1
    @MorgoZ Feel free to delete it yourself - however, if you solve it yourself, and you feel it may be useful to others, then it may be good ettiquette to post your code here and accept your own answer. – Bridge Jul 16 '14 at 13:46

0 Answers0