Show / Hide Table of Contents

    Class ICollectionExtensions

    Inheritance
    Object
    ICollectionExtensions
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: P42.Utils
    Assembly: P42.Utils.dll
    Syntax
    public static class ICollectionExtensions

    Methods

    | Improve this Doc View Source

    AddRange<T>(ICollection<T>, IEnumerable<T>)

    Declaration
    public static void AddRange<T>(this ICollection<T> collection, IEnumerable<T> range)
    Parameters
    Type Name Description
    ICollection<T> collection
    IEnumerable<T> range
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    AddRange<T, Q>(IDictionary<T, Q>, IDictionary<T, Q>)

    Declaration
    public static void AddRange<T, Q>(this IDictionary<T, Q> dictionary, IDictionary<T, Q> range)
    Parameters
    Type Name Description
    IDictionary<T, Q> dictionary
    IDictionary<T, Q> range
    Type Parameters
    Name Description
    T
    Q
    | Improve this Doc View Source

    IsNullOrEmpty<T>(ICollection<T>)

    Declaration
    public static bool IsNullOrEmpty<T>(this ICollection<T> collection)
    Parameters
    Type Name Description
    ICollection<T> collection
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 42nd Parallel