Class ConcurrentCollectorExtensions
public static class ConcurrentCollectorExtensions
  - Inheritance
 - 
      objectConcurrentCollectorExtensions
 
Methods
Add<T>(ConcurrentCollector<T>, T, ConcurrentCollectorCache<T>)
public static void Add<T>(this ConcurrentCollector<T> collection, T item, ConcurrentCollectorCache<T> cache)
  Parameters
collectionConcurrentCollector<T>itemTcacheConcurrentCollectorCache<T>
Type Parameters
T