JK
Search Results for

    Show / Hide Table of Contents

    Class ConcurrentBagExtensions

    Inheritance
    System.Object
    ConcurrentBagExtensions
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: JK.Common.Extensions
    Assembly: JK.Common.dll
    Syntax
    public static class ConcurrentBagExtensions

    Methods

    | Improve this Doc View Source

    AddRange<T>(ConcurrentBag<T>, in IEnumerable<T>)

    Declaration
    public static void AddRange<T>(this ConcurrentBag<T> bag, in IEnumerable<T> list)
    Parameters
    Type Name Description
    System.Collections.Concurrent.ConcurrentBag<T> bag
    System.Collections.Generic.IEnumerable<T> list
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX