标签: c# blockingcollection
是否可以在-not empty- BlockingCollection中的第一个位置(或编号位置)插入元素?就像列表的“插入”方法一样。
类似的东西:
blockingCollectionObject.Insert(0, anObject);