Class ConcurrentBagExtensions
Inherited Members
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public static class ConcurrentBagExtensions
Methods
View SourceAddRange<T>(ConcurrentBag<T>, IEnumerable<T>)
Declaration
public static void AddRange<T>(this ConcurrentBag<T> cb, IEnumerable<T> items)
Parameters
| Type | Name | Description |
|---|---|---|
| ConcurrentBag<T> | cb | |
| IEnumerable<T> | items |
Type Parameters
| Name | Description |
|---|---|
| T |