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);
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);