Show / Hide Table of Contents

Class ConcurrentBagExtensions

Inheritance
object
ConcurrentBagExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.GNS.Roster.Web
Assembly: Microsoft.GNS.Roster.Web.dll
Syntax
public static class ConcurrentBagExtensions

Methods

View Source

AddRange<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
  • View Source
In this article
Back to top Generated by DocFX