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