コード例 #1
0
 public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection <T> collection)
 {
 }
コード例 #2
0
 public BlockingCollection(System.Collections.Concurrent.IProducerConsumerCollection <T> collection, int boundedCapacity)
 {
 }